[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>
This commit is contained in:
Jamie Wellnitz 2006-02-28 19:25:17 -05:00 committed by James Bottomley
parent 6ad425356b
commit 7062c5281c

View file

@ -2983,7 +2983,7 @@ lpfc_intr_handler(int irq, void *dev_id, struct pt_regs * regs)
* to shutdown interrupt when there is a * to shutdown interrupt when there is a
* ERROR. * ERROR.
*/ */
lpfc_sli_send_reset(phba, phba->hba_state); lpfc_sli_send_reset(phba, 1);
} }
spin_lock(phba->host->host_lock); spin_lock(phba->host->host_lock);