summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc
diff options
context:
space:
mode:
authorJamie Wellnitz <Jamie.Wellnitz@emulex.com>2006-02-28 19:25:17 -0500
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>2006-02-28 18:54:09 -0600
commit7062c5281c68dfdb685ec9ba25cfc7b6a15bc0fe (patch)
tree00699178b6bf29ce87b8f98e4cf7205e9cd6d648 /drivers/scsi/lpfc
parent6ad425356bba9664393b579d81df8135ca1510e6 (diff)
downloadop-kernel-dev-7062c5281c68dfdb685ec9ba25cfc7b6a15bc0fe.zip
op-kernel-dev-7062c5281c68dfdb685ec9ba25cfc7b6a15bc0fe.tar.gz
[SCSI] lpfc 8.1.2: Explicitly initialize the skip_post argument to lpfc_sli_send_reset
Explicitly initialize the skip_post argument to lpfc_sli_send_reset on a ERATT interrupt. Signed-off-by: Jamie Wellnitz <Jamie.Wellnitz@emulex.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/lpfc')
-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 ab71024..cb4ccbb 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)
* to shutdown interrupt when there is a
* ERROR.
*/
- lpfc_sli_send_reset(phba, phba->hba_state);
+ lpfc_sli_send_reset(phba, 1);
}
spin_lock(phba->host->host_lock);
OpenPOWER on IntegriCloud