mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-03-19 21:44:08 +00:00
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>
This commit is contained in:
parent
0603be7192
commit
d1d87c33f4
1 changed files with 0 additions and 1 deletions
|
@ -8546,7 +8546,6 @@ static void
|
|||
lpfc_unset_driver_resource_phase2(struct lpfc_hba *phba)
|
||||
{
|
||||
if (phba->wq) {
|
||||
flush_workqueue(phba->wq);
|
||||
destroy_workqueue(phba->wq);
|
||||
phba->wq = NULL;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue