[SCSI] lpfc 8.3.32: Correct provisioning change failure on local function
[pandora-kernel.git] / drivers / scsi / lpfc / lpfc_scsi.c
index 66e0906..d2ef8f4 100644 (file)
@@ -4982,7 +4982,7 @@ lpfc_host_reset_handler(struct scsi_cmnd *cmnd)
        struct lpfc_hba *phba = vport->phba;
        int rc, ret = SUCCESS;
 
-       lpfc_offline_prep(phba);
+       lpfc_offline_prep(phba, LPFC_MBX_WAIT);
        lpfc_offline(phba);
        rc = lpfc_sli_brdrestart(phba);
        if (rc)