]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: qedi: Remove redundant flush_workqueue() calls
authorMinghao Chi (CGEL ZTE) <chi.minghao@zte.com.cn>
Thu, 27 Jan 2022 01:39:34 +0000 (01:39 +0000)
committerMartin K. Petersen <martin.petersen@oracle.com>
Mon, 31 Jan 2022 22:09:44 +0000 (17:09 -0500)
commit631a3342bc4eed12be2c569ca6bd8ff60eff4ada
tree7e4fd104aa41d83b4d7c338e8e441039cccf1ef0
parent75b143a572827121cd67bb78d9c394255f366515
scsi: qedi: 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.

Link: https://lore.kernel.org/r/20220127013934.1184923-1-chi.minghao@zte.com.cn
Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: Minghao Chi (CGEL ZTE) <chi.minghao@zte.com.cn>
Signed-off-by: CGEL ZTE <cgel.zte@gmail.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/qedi/qedi_main.c