]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: lpfc: Remove redundant flush_workqueue() call
authorMinghao Chi (CGEL ZTE) <chi.minghao@zte.com.cn>
Thu, 27 Jan 2022 01:43:30 +0000 (01:43 +0000)
committerMartin K. Petersen <martin.petersen@oracle.com>
Mon, 31 Jan 2022 22:10:37 +0000 (17:10 -0500)
commit684cf88737f7b9af66c1d9009901a484f4039e71
tree9d4e213d21c5fcc97b08b4312e883dcab7f0e8f8
parent631a3342bc4eed12be2c569ca6bd8ff60eff4ada
scsi: lpfc: Remove redundant flush_workqueue() call

destroy_workqueue() already drains the queue before destroying it, so there
is no need to flush it explicitly.

Remove the redundant flush_workqueue() call.

Link: https://lore.kernel.org/r/20220127014330.1185114-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/lpfc/lpfc_init.c