[SCSI] mptfusion : mptscsih_abort return value should be SUCCESS instead of value 0.
[safe/jmp/linux-2.6] / drivers / message / fusion / mptscsih.c
index 5775275..81279b3 100644 (file)
@@ -1796,7 +1796,7 @@ mptscsih_abort(struct scsi_cmnd * SCpnt)
                dtmprintk(ioc, printk(MYIOC_s_DEBUG_FMT "task abort: "
                   "Command not in the active list! (sc=%p)\n", ioc->name,
                   SCpnt));
-               retval = 0;
+               retval = SUCCESS;
                goto out;
        }