tools/testing/nvdimm: remove unneeded flush_workqueue
authorran jianping <ran.jianping@zte.com.cn>
Sun, 24 Apr 2022 06:26:55 +0000 (06:26 +0000)
committerDan Williams <dan.j.williams@intel.com>
Tue, 26 Apr 2022 05:00:35 +0000 (22:00 -0700)
commitdbbf16895a89953ccbcf0dab2806821b1ec565ff
tree1f886e3f91d7e99875d33e543ba3563c2cd0f22f
parentaf2d861d4cd2a4da5137f795ee3509e6f944a25b
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 <zealci@zte.com.cn>
Signed-off-by: ran jianping <ran.jianping@zte.com.cn>
Reviewed-by: Ira Weiny <ira.weiny@intel.com>
Link: https://lore.kernel.org/r/20220424062655.3221152-1-ran.jianping@zte.com.cn
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
tools/testing/nvdimm/test/nfit.c