1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/net/wireless/quantenna/qtnfmac/pcie
Christophe JAILLET ff1cc2fa30 wireless: Remove redundant 'flush_workqueue()' calls
'destroy_workqueue()' already drains the queue before destroying it, so
there is no need to flush it explicitly.

Remove the redundant 'flush_workqueue()' calls.

This was generated with coccinelle:

@@
expression E;
@@
- 	flush_workqueue(E);
	destroy_workqueue(E);

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/0855d51423578ad019c0264dad3fe47a2e8af9c7.1633849511.git.christophe.jaillet@wanadoo.fr
2021-10-13 09:22:19 +03:00
..
pcie.c wireless: Remove redundant 'flush_workqueue()' calls 2021-10-13 09:22:19 +03:00
pcie_priv.h qtnfmac: send EAPOL frames via control path 2019-11-14 17:28:51 +02:00
pearl_pcie.c qtnfmac: switch from 'pci_' to 'dma_' API 2021-08-23 11:56:57 +01:00
pearl_pcie_ipc.h qtnfmac_pcie: cleanup Pearl platform headers 2018-10-13 20:04:48 +03:00
pearl_pcie_regs.h qtnfmac_pcie: cleanup Pearl platform headers 2018-10-13 20:04:48 +03:00
topaz_pcie.c qtnfmac: switch from 'pci_' to 'dma_' API 2021-08-23 11:56:57 +01:00
topaz_pcie_ipc.h qtnfmac: add support for Topaz chipsets 2018-11-06 18:53:50 +02:00
topaz_pcie_regs.h qtnfmac: add support for Topaz chipsets 2018-11-06 18:53:50 +02:00