All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ncr53c8xx bad queuecommand return
@ 2004-11-19  8:56 Jens Axboe
  0 siblings, 0 replies; only message in thread
From: Jens Axboe @ 2004-11-19  8:56 UTC (permalink / raw)
  To: linux-scsi, James Bottomley

Hi,

One more case of returning non-zero with a completed command.

Signed-off-by: Jens Axboe <axboe@suse.de>

===== drivers/scsi/ncr53c8xx.c 1.50 vs edited =====
--- 1.50/drivers/scsi/ncr53c8xx.c	2004-11-11 09:43:34 +01:00
+++ edited/drivers/scsi/ncr53c8xx.c	2004-11-19 09:06:28 +01:00
@@ -7517,6 +7517,7 @@ printk("ncr53c8xx : command successfully
      if (sts != DID_OK) {
           unmap_scsi_data(np, cmd);
           done(cmd);
+	  sts = 0;
      }
 
      return sts;

-- 
Jens Axboe


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

only message in thread, other threads:[~2004-11-19  8:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-19  8:56 [PATCH] ncr53c8xx bad queuecommand return Jens Axboe

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.