commit | 3cee98db2610fb633fcbdd0f85385f60dabbaf75 | [log] [tgz] |
---|---|---|
author | James Smart <jsmart2021@gmail.com> | Wed Aug 14 16:56:34 2019 -0700 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Mon Aug 19 22:41:08 2019 -0400 |
tree | 4cd1f030cd7e943a1d3c1d34c5f7f9fe20db1eb4 | |
parent | 1d755d6477cafea1d371ecc841e22adda0a43d27 [diff] |
scsi: lpfc: Fix crash on driver unload in wq free If a timer routine uses workqueues, it could fire before the workqueue is allocated. Fix by allocating the workqueue before the timer routines are setup Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com> Signed-off-by: James Smart <jsmart2021@gmail.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>