diff options
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_init.c')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_init.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc_init.c b/drivers/scsi/lpfc/lpfc_init.c index 18bc5905c44c..08112e7a8346 100644 --- a/drivers/scsi/lpfc/lpfc_init.c +++ b/drivers/scsi/lpfc/lpfc_init.c | |||
@@ -4171,6 +4171,9 @@ lpfc_hba_alloc(struct pci_dev *pdev) | |||
4171 | return NULL; | 4171 | return NULL; |
4172 | } | 4172 | } |
4173 | 4173 | ||
4174 | mutex_init(&phba->ct_event_mutex); | ||
4175 | INIT_LIST_HEAD(&phba->ct_ev_waiters); | ||
4176 | |||
4174 | return phba; | 4177 | return phba; |
4175 | } | 4178 | } |
4176 | 4179 | ||