]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: qla2xxx: Remove unneeded flush_workqueue()
authorran jianping <ran.jianping@zte.com.cn>
Sun, 24 Apr 2022 06:24:13 +0000 (06:24 +0000)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 26 Apr 2022 03:40:26 +0000 (23:40 -0400)
commitfa5e1050551b1bd21a703d4ab5cedfcaba9c5ded
treecf868ccf4420dd4b8a0c26c170fc3d3396ae0366
parent117cba0fca897a47057c6f98bf97aedaf78dc352
scsi: qla2xxx: Remove unneeded flush_workqueue()

All work currently pending will be done first by calling
destroy_workqueue(). There is no need to flush it explicitly.

Link: https://lore.kernel.org/r/20220424062413.3220315-1-ran.jianping@zte.com.cn
Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: ran jianping <ran.jianping@zte.com.cn>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/qla2xxx/qla_os.c