kernel_samsung_a53x/drivers/net/wireless/intel/iwlwifi
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
..
cfg Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dvm wireless: Remove redundant 'flush_workqueue()' calls 2024-11-19 08:44:44 +01:00
fw wifi: iwlwifi: fix EWRD table validity check 2024-11-19 08:44:39 +01:00
mvm iwlwifi: mvm: write queue_sync_state only for sync 2024-11-18 22:25:36 +01:00
pcie Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
queue Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
iwl-agn-hw.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
iwl-config.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
iwl-context-info-gen3.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
iwl-context-info.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
iwl-csr.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
iwl-dbg-tlv.c wifi: iwlwifi: dbg-tlv: ensure NUL termination 2024-11-19 08:44:39 +01:00
iwl-dbg-tlv.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
iwl-debug.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
iwl-debug.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
iwl-devtrace-data.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
iwl-devtrace-io.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
iwl-devtrace-iwlwifi.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
iwl-devtrace-msg.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
iwl-devtrace-ucode.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
iwl-devtrace.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
iwl-devtrace.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
iwl-drv.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
iwl-drv.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
iwl-eeprom-parse.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
iwl-eeprom-parse.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
iwl-eeprom-read.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
iwl-eeprom-read.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
iwl-fh.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
iwl-io.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
iwl-io.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
iwl-modparams.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
iwl-nvm-parse.c Backport mac80211 patches from linux-6.1.y 2024-06-15 16:29:20 -03:00
iwl-nvm-parse.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
iwl-op-mode.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
iwl-phy-db.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
iwl-phy-db.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
iwl-prph.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
iwl-scd.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
iwl-trans.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
iwl-trans.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Kconfig Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Makefile Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00