aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_sli.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_sli.c')
-rw-r--r--drivers/scsi/lpfc/lpfc_sli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_sli.c b/drivers/scsi/lpfc/lpfc_sli.c
index ab710243687a..cb4ccbba0652 100644
--- a/drivers/scsi/lpfc/lpfc_sli.c
+++ b/drivers/scsi/lpfc/lpfc_sli.c
@@ -2983,7 +2983,7 @@ lpfc_intr_handler(int irq, void *dev_id, struct pt_regs * regs)
2983 * to shutdown interrupt when there is a 2983 * to shutdown interrupt when there is a
2984 * ERROR. 2984 * ERROR.
2985 */ 2985 */
2986 lpfc_sli_send_reset(phba, phba->hba_state); 2986 lpfc_sli_send_reset(phba, 1);
2987 } 2987 }
2988 2988
2989 spin_lock(phba->host->host_lock); 2989 spin_lock(phba->host->host_lock);