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 Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ahb.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bmi.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bmi.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ce.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ce.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
core.c wireless: Remove redundant 'flush_workqueue()' calls 2024-11-19 08:44:44 +01:00
core.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
coredump.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
coredump.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
debug.c wifi: ath10k: fix clang-specific fortify warning 2024-11-18 11:43:12 +01:00
debug.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
debugfs_sta.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hif.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
htc.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
htc.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
htt.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
htt.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
htt_rx.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
htt_tx.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hw.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hw.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Kconfig Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mac.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mac.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Makefile Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
p2p.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
p2p.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pci.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pci.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
qmi.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
qmi.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
qmi_wlfw_v01.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
qmi_wlfw_v01.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rx_desc.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sdio.c wireless: Remove redundant 'flush_workqueue()' calls 2024-11-19 08:44:44 +01:00
sdio.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
snoc.c wifi: ath10k: Don't touch the CE interrupt registers after power up 2024-11-18 11:43:12 +01:00
snoc.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
spectral.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
spectral.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
swap.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
swap.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
targaddrs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
testmode.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
testmode.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
testmode_i.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
thermal.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
thermal.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
trace.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
trace.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
usb.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
usb.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wmi-ops.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
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 Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wmi.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wmi.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wow.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wow.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00