diff options
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_init.c')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_init.c b/drivers/scsi/lpfc/lpfc_init.c index 4d4e217edd84..dfd59d21ec49 100644 --- a/drivers/scsi/lpfc/lpfc_init.c +++ b/drivers/scsi/lpfc/lpfc_init.c | |||
@@ -1345,7 +1345,7 @@ lpfc_pci_probe_one(struct pci_dev *pdev, const struct pci_device_id *pid) | |||
1345 | goto out_put_host; | 1345 | goto out_put_host; |
1346 | 1346 | ||
1347 | host->unique_id = phba->brd_no; | 1347 | host->unique_id = phba->brd_no; |
1348 | 1348 | init_MUTEX(&phba->hba_can_block); | |
1349 | INIT_LIST_HEAD(&phba->ctrspbuflist); | 1349 | INIT_LIST_HEAD(&phba->ctrspbuflist); |
1350 | INIT_LIST_HEAD(&phba->rnidrspbuflist); | 1350 | INIT_LIST_HEAD(&phba->rnidrspbuflist); |
1351 | INIT_LIST_HEAD(&phba->freebufList); | 1351 | INIT_LIST_HEAD(&phba->freebufList); |