diff options
Diffstat (limited to 'drivers/edac/wq.c')
| -rw-r--r-- | drivers/edac/wq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edac/wq.c b/drivers/edac/wq.c index 2a9a11ae2461..ad3f516627c5 100644 --- a/drivers/edac/wq.c +++ b/drivers/edac/wq.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-only #include "edac_module.h" static struct workqueue_struct *wq; @@ -36,7 +37,6 @@ int edac_workqueue_setup(void) void edac_workqueue_teardown(void) { - flush_workqueue(wq); destroy_workqueue(wq); wq = NULL; } |
