[SCSI] lpfc 8.3.44: Fix kernel panics from corrupted ndlp list
[deliverable/linux.git] / drivers / scsi / lpfc / lpfc_init.c
index 68c94cc85c35da9dd6e4ebab0052867f5c07c01f..aa29ea099188efa8cad5322922cb316362b7a2fe 100644 (file)
@@ -5059,6 +5059,9 @@ lpfc_sli4_driver_resource_setup(struct lpfc_hba *phba)
 
        /* Set up the hba's configuration parameters. */
        rc = lpfc_sli4_read_config(phba);
+       if (unlikely(rc))
+               goto out_free_bsmbx;
+       rc = lpfc_mem_alloc_active_rrq_pool_s4(phba);
        if (unlikely(rc))
                goto out_free_bsmbx;
 
This page took 0.02801 seconds and 5 git commands to generate.