Skip to content

Commit

Permalink
ath10k: remove unnecessary tasklet_kill()
Browse files Browse the repository at this point in the history
The tasklet is already guaranteed to be killed on
the teardown path.

Signed-off-by: Michal Kazior <michal.kazior@tieto.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
  • Loading branch information
Michal Kazior authored and Kalle Valo committed May 26, 2014
1 parent 0d0a693 commit e5a1ef5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/net/wireless/ath/ath10k/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit e5a1ef5

Please sign in to comment.