Commit 0c30295e authored by Kalle Valo's avatar Kalle Valo

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: default avatarKalle Valo <kvalo@qca.qualcomm.com>
parent 20459ee2
...@@ -196,8 +196,6 @@ int ath6kl_bmi_done(struct ath6kl *ar) ...@@ -196,8 +196,6 @@ int ath6kl_bmi_done(struct ath6kl *ar)
return ret; return ret;
} }
ath6kl_bmi_cleanup(ar);
return 0; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment