diff options
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_sli.c')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_sli.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc_sli.c b/drivers/scsi/lpfc/lpfc_sli.c index be6519793f8a..46d529d6ac6b 100644 --- a/drivers/scsi/lpfc/lpfc_sli.c +++ b/drivers/scsi/lpfc/lpfc_sli.c | |||
@@ -2559,6 +2559,11 @@ lpfc_mbox_timeout_handler(struct lpfc_hba *phba) | |||
2559 | * lpfc_offline calls lpfc_sli_hba_down which will clean up | 2559 | * lpfc_offline calls lpfc_sli_hba_down which will clean up |
2560 | * on oustanding mailbox commands. | 2560 | * on oustanding mailbox commands. |
2561 | */ | 2561 | */ |
2562 | /* If resets are disabled then set error state and return. */ | ||
2563 | if (!phba->cfg_enable_hba_reset) { | ||
2564 | phba->link_state = LPFC_HBA_ERROR; | ||
2565 | return; | ||
2566 | } | ||
2562 | lpfc_offline_prep(phba); | 2567 | lpfc_offline_prep(phba); |
2563 | lpfc_offline(phba); | 2568 | lpfc_offline(phba); |
2564 | lpfc_sli_brdrestart(phba); | 2569 | lpfc_sli_brdrestart(phba); |