From: ran jianping Date: Sun, 24 Apr 2022 06:26:55 +0000 (+0000) Subject: tools/testing/nvdimm: remove unneeded flush_workqueue X-Git-Tag: for-5.19/block-exec-2022-06-02~5^2~10 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=dbbf16895a89953ccbcf0dab2806821b1ec565ff;p=linux-block.git tools/testing/nvdimm: remove unneeded flush_workqueue All work currently pending will be done first by calling destroy_workqueue, so there is no need to flush it explicitly. Reported-by: Zeal Robot Signed-off-by: ran jianping Reviewed-by: Ira Weiny Link: https://lore.kernel.org/r/20220424062655.3221152-1-ran.jianping@zte.com.cn Signed-off-by: Dan Williams --- diff --git a/tools/testing/nvdimm/test/nfit.c b/tools/testing/nvdimm/test/nfit.c index 1da76ccde448..e7e1a640e482 100644 --- a/tools/testing/nvdimm/test/nfit.c +++ b/tools/testing/nvdimm/test/nfit.c @@ -3375,7 +3375,6 @@ static __exit void nfit_test_exit(void) { int i; - flush_workqueue(nfit_wq); destroy_workqueue(nfit_wq); for (i = 0; i < NUM_NFITS; i++) platform_device_unregister(&instances[i]->pdev);