diff options
author | Kalle Valo <kvalo@qca.qualcomm.com> | 2011-10-27 15:48:45 (GMT) |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2011-11-11 10:58:57 (GMT) |
commit | 0c30295e4fd5436ad0bd78a6e0974dc4933e2ddb (patch) | |
tree | 5751bd1dcb91a90bf38463b13f3c546dacb0d38a /drivers | |
parent | 20459ee2744d0dc47849ff5791e68ec805aa0a88 (diff) | |
download | linux-fsl-qoriq-0c30295e4fd5436ad0bd78a6e0974dc4933e2ddb.tar.xz |
ath6kl: remove useless cleanup call from ath6kl_bmi_done()
aht6kl core code will call the cleanup function when the device is removed.
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/ath/ath6kl/bmi.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/bmi.c b/drivers/net/wireless/ath/ath6kl/bmi.c index c5d11cc..5a4c24d 100644 --- a/drivers/net/wireless/ath/ath6kl/bmi.c +++ b/drivers/net/wireless/ath/ath6kl/bmi.c @@ -196,8 +196,6 @@ int ath6kl_bmi_done(struct ath6kl *ar) return ret; } - ath6kl_bmi_cleanup(ar); - return 0; } |