if (rc) {
                lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
                                "0420 PCI enable MSI-X failed (%d)\n", rc);
-               goto msi_fail_out;
+               goto vec_fail_out;
        }
        for (i = 0; i < LPFC_MSIX_VECTORS; i++)
                lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
 msi_fail_out:
        /* Unconfigure MSI-X capability structure */
        pci_disable_msix(phba->pcidev);
+
+vec_fail_out:
        return rc;
 }
 
        } else if (rc) {
                lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
                                "0484 PCI enable MSI-X failed (%d)\n", rc);
-               goto msi_fail_out;
+               goto vec_fail_out;
        }
 
        /* Log MSI-X vector assignment */
                         &phba->sli4_hba.fcp_eq_hdl[index]);
        }
 
-msi_fail_out:
        /* Unconfigure MSI-X capability structure */
        pci_disable_msix(phba->pcidev);
+
+vec_fail_out:
        return rc;
 }