[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220801021609.1593880-1-ye.xingchen@zte.com.cn>
Date: Mon, 1 Aug 2022 02:16:09 +0000
From: cgel.zte@...il.com
To: linux-kernel@...r.kernel.org
Cc: linux-edac@...r.kernel.org, ye xingchen <ye.xingchen@....com.cn>,
Zeal Robot <zealci@....com.cn>
Subject: [PATCH linux-next] EDAC:wq:Remove the redundant 'flush_workqueue()' calls
From: ye xingchen <ye.xingchen@....com.cn>
calls 'destroy_workqueue()' already drains the queue
before destroying it, so there is no need to flush it
explicitly.So,remove the redundant 'flush_workqueue()'
calls.
Reported-by: Zeal Robot <zealci@....com.cn>
Signed-off-by: ye xingchen <ye.xingchen@....com.cn>
---
drivers/edac/wq.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/edac/wq.c b/drivers/edac/wq.c
index d021d287eaec..ad3f516627c5 100644
--- a/drivers/edac/wq.c
+++ b/drivers/edac/wq.c
@@ -37,7 +37,6 @@ int edac_workqueue_setup(void)
void edac_workqueue_teardown(void)
{
- flush_workqueue(wq);
destroy_workqueue(wq);
wq = NULL;
}
--
2.25.1
Powered by blists - more mailing lists