All of lore.kernel.org
 help / color / mirror / Atom feed
* PATCH [1/5]  qla2xxx: EH host-reset fixes
@ 2004-07-12 14:04 Andrew Vasquez
  0 siblings, 0 replies; only message in thread
From: Andrew Vasquez @ 2004-07-12 14:04 UTC (permalink / raw)
  To: James Bottomley, Linux-SCSI Mailing List

ChangeSet
  1.1865 04/07/12 09:28:00 andrew.vasquez@apc.qlogic.com +1 -0
  Fix issue where host-reset would incorrectly return a
  FAILED status.

Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>

 drivers/scsi/qla2xxx/qla_os.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -Nru a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c
--- a/drivers/scsi/qla2xxx/qla_os.c	2004-07-12 09:54:16 -07:00
+++ b/drivers/scsi/qla2xxx/qla_os.c	2004-07-12 09:54:16 -07:00
@@ -1663,7 +1663,7 @@
 		goto out;
 
 	/* Waiting for our command in done_queue to be returned to OS.*/
-	if (qla2x00_eh_wait_for_pending_commands(ha))
+	if (!qla2x00_eh_wait_for_pending_commands(ha))
 		rval = FAILED;
 
  out:

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-07-12 21:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-12 14:04 PATCH [1/5] qla2xxx: EH host-reset fixes Andrew Vasquez

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.