Files
linux/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
..
2021-10-02 14:18:25 +01:00
2021-03-31 14:34:09 -07:00
2021-10-07 13:39:51 +01:00
2020-10-30 21:57:03 +01:00
2021-08-03 13:05:25 +01:00
2021-10-02 14:18:25 +01:00
2021-10-02 14:18:25 +01:00
2021-08-03 13:05:25 +01:00