Skip to content

Commit

Permalink
ath6kl: remove useless cleanup call from ath6kl_bmi_done()
Browse files Browse the repository at this point in the history
aht6kl core code will call the cleanup function when the device is removed.

Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
  • Loading branch information
Kalle Valo committed Nov 11, 2011
1 parent 20459ee commit 0c30295
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/net/wireless/ath/ath6kl/bmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,6 @@ int ath6kl_bmi_done(struct ath6kl *ar)
return ret;
}

ath6kl_bmi_cleanup(ar);

return 0;
}

Expand Down

0 comments on commit 0c30295

Please sign in to comment.