Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -196,8 +196,6 @@ int ath6kl_bmi_done(struct ath6kl *ar)
		return ret;
	}

	ath6kl_bmi_cleanup(ar);

	return 0;
}