staging: greybus: Remove redundant 'flush_workqueue()' calls
authorMinghao Chi (CGEL ZTE) <chi.minghao@zte.com.cn>
Thu, 10 Feb 2022 06:02:05 +0000 (06:02 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Feb 2022 16:05:56 +0000 (17:05 +0100)
commit3b335cf1f67d770797abc99b6323be2f6c1cb04e
tree41a452ffb9bcce05fc9b8e2eb8c24c44e857660d
parentf89019d43bd1cdbdd3675692be9f1e6eb5be48e8
staging: greybus: 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.

Reported-by: Zeal Robot <zealci@zte.com.cn>
Reviewed-by: Rui Miguel Silva <rmfrfs@gmail.com>
Signed-off-by: Minghao Chi (CGEL ZTE) <chi.minghao@zte.com.cn>
Link: https://lore.kernel.org/r/20220210060205.1607792-1-chi.minghao@zte.com.cn
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/greybus/sdio.c