aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_init.c')
-rw-r--r--drivers/scsi/lpfc/lpfc_init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc_init.c b/drivers/scsi/lpfc/lpfc_init.c
index ba4573912c02..e591611f98e2 100644
--- a/drivers/scsi/lpfc/lpfc_init.c
+++ b/drivers/scsi/lpfc/lpfc_init.c
@@ -1429,6 +1429,7 @@ lpfc_pci_probe_one(struct pci_dev *pdev, const struct pci_device_id *pid)
1429 if (!phba->slim2p) 1429 if (!phba->slim2p)
1430 goto out_iounmap; 1430 goto out_iounmap;
1431 1431
1432 memset(phba->slim2p, 0, SLI2_SLIM_SIZE);
1432 1433
1433 /* Initialize the SLI Layer to run with lpfc HBAs. */ 1434 /* Initialize the SLI Layer to run with lpfc HBAs. */
1434 lpfc_sli_setup(phba); 1435 lpfc_sli_setup(phba);