linux/drivers/virt/nitro_enclaves
Christophe JAILLET dc74e8cf23 nitro_enclaves: 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);

Reviewed-by: Andra Paraschiv <andraprs@amazon.com>
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/d57f5c7e362837a8dfcde0d726a76b56f114e619.1636736947.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-11-17 16:10:26 +01:00
..
Kconfig nitro_enclaves: Enable Arm64 support 2021-09-14 11:11:19 +02:00
Makefile nitro_enclaves: Add Makefile for the Nitro Enclaves driver 2020-09-22 13:58:41 +02:00
ne_misc_dev.c nitro_enclaves: Add fixes for checkpatch match open parenthesis reports 2021-09-14 11:11:20 +02:00
ne_misc_dev.h
ne_pci_dev.c nitro_enclaves: Remove redundant 'flush_workqueue()' calls 2021-11-17 16:10:26 +01:00
ne_pci_dev.h nitro_enclaves: Add fix for the kernel-doc report 2021-09-14 11:11:20 +02:00