[SCSI] lpfc 8.1.9 : Misc Bug Fixes
[deliverable/linux.git] / drivers / scsi / lpfc / lpfc_attr.c
index 76f8bd53e23057d9bf7bd4d321e1759150500c0a..d384c16f4a87c6213b23ce3f91e70369d682adce 100644 (file)
@@ -222,7 +222,7 @@ lpfc_issue_lip(struct Scsi_Host *host)
        pmboxq->mb.mbxCommand = MBX_DOWN_LINK;
        pmboxq->mb.mbxOwner = OWN_HOST;
 
-       mbxstatus = lpfc_sli_issue_mbox_wait(phba, pmboxq, phba->fc_ratov * 2);
+       mbxstatus = lpfc_sli_issue_mbox_wait(phba, pmboxq, LPFC_MBOX_TMO * 2);
 
        if ((mbxstatus == MBX_SUCCESS) && (pmboxq->mb.mbxStatus == 0)) {
                memset((void *)pmboxq, 0, sizeof (LPFC_MBOXQ_t));
This page took 0.030137 seconds and 5 git commands to generate.