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

Commit e5a1ef5f authored by Michal Kazior's avatar Michal Kazior Committed by Kalle Valo
Browse files

ath10k: remove unnecessary tasklet_kill()



The tasklet is already guaranteed to be killed on
the teardown path.

Signed-off-by: default avatarMichal Kazior <michal.kazior@tieto.com>
Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
parent 0d0a6939
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2761,8 +2761,6 @@ static void ath10k_pci_remove(struct pci_dev *pdev)
	if (!ar_pci)
		return;

	tasklet_kill(&ar_pci->msi_fw_err);

	ath10k_core_unregister(ar);
	ath10k_pci_free_ce(ar);