linux-xiaomi-chiron/drivers/net/ethernet/amd
Christophe JAILLET b9c56ccb43 ethernet: 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>
Reviewed-by: Leon Romanovsky <leonro@nvidia.com> #mlx*
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-10-10 11:33:15 +01:00
..
xgbe ethernet: Remove redundant 'flush_workqueue()' calls 2021-10-10 11:33:15 +01:00
7990.c mm: reorder includes after introduction of linux/pgtable.h 2020-06-09 09:39:13 -07:00
7990.h net: 7990: Fix use correct return type for ndo_start_xmit() 2020-05-06 14:26:14 -07:00
a2065.c net: amd: a2065: Use print_hex_dump_debug() helper 2020-01-12 16:20:26 -08:00
a2065.h
amd8111e.c ethernet: use eth_hw_addr_set() for dev->addr_len cases 2021-10-05 13:16:48 +01:00
amd8111e.h net: amd: remove leading spaces before tabs 2021-05-19 12:17:30 -07:00
ariadne.c netdev: pass the stuck queue to the timeout handler 2019-12-12 21:38:57 -08:00
ariadne.h
atarilance.c ethernet: use eth_hw_addr_set() for dev->addr_len cases 2021-10-05 13:16:48 +01:00
au1000_eth.c ethernet: use eth_hw_addr_set() 2021-10-02 14:18:25 +01:00
au1000_eth.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 400 2019-06-05 17:37:13 +02:00
declance.c net: amd: remove leading spaces before tabs 2021-05-19 12:17:30 -07:00
hplance.c net: amd: correct some format issues 2021-03-31 14:34:09 -07:00
hplance.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
Kconfig of: net: move of_net under net/ 2021-10-07 13:39:51 +01:00
lance.c ethernet: isa: convert to module_init/module_exit 2021-08-03 13:05:26 +01:00
Makefile net: remove am79c961a driver 2020-10-30 21:57:03 +01:00
mvme147.c m68k: remove legacy probing 2021-08-03 13:05:25 +01:00
ni65.c net: ni65: Avoid typecast of pointer to u32 2021-09-09 11:21:19 +01:00
ni65.h
nmclan_cs.c ethernet: use eth_hw_addr_set() 2021-10-02 14:18:25 +01:00
pcnet32.c ethernet: use eth_hw_addr_set() 2021-10-02 14:18:25 +01:00
sun3lance.c m68k: remove legacy probing 2021-08-03 13:05:25 +01:00
sunlance.c mm: reorder includes after introduction of linux/pgtable.h 2020-06-09 09:39:13 -07:00