diff options
| author | Christophe JAILLET <[email protected]> | 2021-10-14 18:37:01 +0000 |
|---|---|---|
| committer | Boris Ostrovsky <[email protected]> | 2021-11-02 12:45:44 +0000 |
| commit | d8da26671a959c1f4fd3e74ce697c94703d2682e (patch) | |
| tree | 5bca2bfd0f52c2ebe99d2a68e4517eb4b6f3a637 /drivers/xen/xen-acpi-processor.c | |
| parent | x86/xen: Remove redundant irq_enter/exit() invocations (diff) | |
| download | kernel-d8da26671a959c1f4fd3e74ce697c94703d2682e.tar.gz kernel-d8da26671a959c1f4fd3e74ce697c94703d2682e.zip | |
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 <[email protected]>
Acked-by: Stefano Stabellini <[email protected]>
Link: https://lore.kernel.org/r/2d6c2e031e4aa2acf2ac4e0bbbc17cfdcc8dbee2.1634236560.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Boris Ostrovsky <[email protected]>
Diffstat (limited to 'drivers/xen/xen-acpi-processor.c')
0 files changed, 0 insertions, 0 deletions
