commit | 0e339447cf2c8b5c742f9be8e2d73bc27b7ac9c4 | [log] [tgz] |
---|---|---|
author | Jeff Johnson <jjohnson@qca.qualcomm.com> | Thu Oct 08 09:15:53 2015 -0700 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Wed Oct 14 09:00:01 2015 +0300 |
tree | 77bd29e3fe19f7b6362bb94564192090cb900c22 | |
parent | 83cfce87d91f06e37bd38f782f0714b406a95873 [diff] |
ath10k: cleanup ath10k_mac_register() error handling The logic in the error-handling path of ath10k_mac_register() is divergent from the logic in ath10k_mac_unregister(). Update the ath10k_mac_register() error handling logic to align with the ath10k_mac_unregister() logic. Signed-off-by: Jeff Johnson <jjohnson@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>