* [PATCH 6/22] lpfc 8.1.2 : Fix lpfc_sli_send_reset on ERATT interrupt
@ 2006-02-08 15:41 James Smart
0 siblings, 0 replies; only message in thread
From: James Smart @ 2006-02-08 15:41 UTC (permalink / raw)
To: linux-scsi
Explicitly initialize the skip_post argument to lpfc_sli_send_reset
on a ERATT interrupt.
Signed-off-by: James Smart <James.Smart@emulex.com>
--- 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,
* 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);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-02-08 15:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-08 15:41 [PATCH 6/22] lpfc 8.1.2 : Fix lpfc_sli_send_reset on ERATT interrupt James Smart
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).