s390/qeth: Remove redundant 'flush_workqueue()' calls
authorXu Wang <vulab@iscas.ac.cn>
Wed, 16 Feb 2022 07:51:55 +0000 (07:51 +0000)
committerJakub Kicinski <kuba@kernel.org>
Fri, 18 Feb 2022 04:52:25 +0000 (20:52 -0800)
commit129c77b5692d4a95a00aa7d58075afe77179623e
tree65653177d6eb53cd9a0cb3776c9c212daeacc67f
parentd2b1d186ce2eac6b15d31db3e2750ee8e02bbe81
s390/qeth: 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.

Signed-off-by: Xu Wang <vulab@iscas.ac.cn>
Acked-by: Alexandra Winter <wintera@linux.ibm.com>
Link: https://lore.kernel.org/r/20220216075155.940-1-vulab@iscas.ac.cn
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/s390/net/qeth_l3_main.c