kernel_samsung_a53x/drivers/net/wireless/st/cw1200
Christophe JAILLET bf82088f4b wireless: Remove redundant 'flush_workqueue()' calls
[ Upstream commit ff1cc2fa3055ee4c83839f38b74b4ee370a2291c ]

'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
Stable-dep-of: cb5942b77c05 ("wifi: wilc1000: prevent use-after-free on vif when cleaning up all interfaces")
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-11-19 08:44:44 +01:00
..
bh.c wireless: Remove redundant 'flush_workqueue()' calls 2024-11-19 08:44:44 +01:00
bh.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cw1200.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cw1200_sdio.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cw1200_spi.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
debug.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
debug.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
fwio.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
fwio.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hwbus.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hwio.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hwio.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Kconfig Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
main.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Makefile Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pm.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pm.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
queue.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
queue.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
scan.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
scan.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sta.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sta.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
txrx.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
txrx.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wsm.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wsm.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00