kernel_samsung_a53x/drivers/net/wireless/ath/ath10k
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
..
ahb.c
ahb.h
bmi.c
bmi.h
ce.c
ce.h
core.c wireless: Remove redundant 'flush_workqueue()' calls 2024-11-19 08:44:44 +01:00
core.h
coredump.c
coredump.h
debug.c
debug.h
debugfs_sta.c
hif.h
htc.c
htc.h
htt.c
htt.h
htt_rx.c
htt_tx.c
hw.c
hw.h
Kconfig
mac.c
mac.h
Makefile
p2p.c
p2p.h
pci.c
pci.h
qmi.c
qmi.h
qmi_wlfw_v01.c
qmi_wlfw_v01.h
rx_desc.h
sdio.c wireless: Remove redundant 'flush_workqueue()' calls 2024-11-19 08:44:44 +01:00
sdio.h
snoc.c
snoc.h
spectral.c
spectral.h
swap.c
swap.h
targaddrs.h
testmode.c
testmode.h
testmode_i.h
thermal.c
thermal.h
trace.c
trace.h
txrx.c
txrx.h
usb.c
usb.h
wmi-ops.h
wmi-tlv.c wifi: ath10k: fix NULL pointer dereference in ath10k_wmi_tlv_op_pull_mgmt_tx_compl_ev() 2024-11-19 08:44:38 +01:00
wmi-tlv.h
wmi.c
wmi.h
wow.c
wow.h