diff options
author | Michal Kazior <michal.kazior@tieto.com> | 2014-05-23 06:28:46 -0400 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2014-05-26 05:44:18 -0400 |
commit | e5a1ef5f49532e2c199d62a66b67f3abe3fc84a8 (patch) | |
tree | 17a8d59ac08b8254a5bb4b7c0c2ea86e02d27214 | |
parent | 0d0a693971f6d2e3ca2cf458d60463ca5479d457 (diff) |
ath10k: remove unnecessary tasklet_kill()
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>
-rw-r--r-- | drivers/net/wireless/ath/ath10k/pci.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath10k/pci.c b/drivers/net/wireless/ath/ath10k/pci.c index 91d6076d7a71..71ab110a4c4d 100644 --- a/drivers/net/wireless/ath/ath10k/pci.c +++ b/drivers/net/wireless/ath/ath10k/pci.c | |||
@@ -2761,8 +2761,6 @@ static void ath10k_pci_remove(struct pci_dev *pdev) | |||
2761 | if (!ar_pci) | 2761 | if (!ar_pci) |
2762 | return; | 2762 | return; |
2763 | 2763 | ||
2764 | tasklet_kill(&ar_pci->msi_fw_err); | ||
2765 | |||
2766 | ath10k_core_unregister(ar); | 2764 | ath10k_core_unregister(ar); |
2767 | ath10k_pci_free_ce(ar); | 2765 | ath10k_pci_free_ce(ar); |
2768 | 2766 | ||