Christophe JAILLET d8da26671a xen/pvcalls-back: 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>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
Link: https://lore.kernel.org/r/2d6c2e031e4aa2acf2ac4e0bbbc17cfdcc8dbee2.1634236560.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
2021-11-02 07:45:44 -05:00
..
2021-11-01 19:16:49 -07:00
2021-11-01 21:06:18 -07:00
2021-11-01 10:07:26 -07:00
2021-11-01 19:01:51 -07:00
2021-09-01 08:44:42 -07:00
2021-11-01 10:25:27 -07:00
2021-10-17 17:17:28 -10:00
2021-11-01 10:09:14 -07:00
2021-09-07 12:38:59 -07:00
2021-09-09 11:39:57 -07:00
2021-09-08 11:50:26 -07:00
2021-11-01 19:09:04 -07:00
2021-11-01 18:45:08 -07:00
2021-11-01 17:12:56 -07:00
2021-10-22 10:31:32 -10:00
2021-11-01 19:16:49 -07:00
2021-10-17 17:10:00 -10:00
2021-11-01 17:12:56 -07:00
2021-11-01 10:12:44 -07:00
2021-11-01 18:45:08 -07:00
2021-09-07 12:38:59 -07:00
2021-11-01 18:55:12 -07:00
2021-10-21 09:00:56 -06:00
2021-11-01 17:12:56 -07:00
2021-11-01 09:19:50 -07:00
2021-11-01 10:17:11 -07:00
2021-10-16 09:00:46 -07:00
2021-11-01 16:33:53 -07:00
2021-11-01 19:04:47 -07:00
2021-11-01 17:12:56 -07:00
2021-09-01 08:44:42 -07:00
2021-10-17 17:17:28 -10:00
2021-09-01 10:29:29 -07:00
2021-11-01 19:09:04 -07:00
2021-11-01 18:45:08 -07:00
2021-11-01 10:17:11 -07:00
2021-10-17 17:06:31 -10:00
2021-10-17 18:17:19 -10:00
2021-08-14 15:54:09 -06:00