瀏覽代碼

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>
Kalle Valo 14 年之前
父節點
當前提交
0c30295e4f
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      drivers/net/wireless/ath/ath6kl/bmi.c

+ 0 - 2
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;
 }