aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/message
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/message')
-rw-r--r--drivers/message/fusion/mptscsih.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/message/fusion/mptscsih.c b/drivers/message/fusion/mptscsih.c
index 8128d3095f9f..4a7d1afcb666 100644
--- a/drivers/message/fusion/mptscsih.c
+++ b/drivers/message/fusion/mptscsih.c
@@ -1801,7 +1801,7 @@ mptscsih_abort(struct scsi_cmnd * SCpnt)
1801 dtmprintk(ioc, printk(MYIOC_s_DEBUG_FMT "task abort: " 1801 dtmprintk(ioc, printk(MYIOC_s_DEBUG_FMT "task abort: "
1802 "Command not in the active list! (sc=%p)\n", ioc->name, 1802 "Command not in the active list! (sc=%p)\n", ioc->name,
1803 SCpnt)); 1803 SCpnt));
1804 retval = 0; 1804 retval = SUCCESS;
1805 goto out; 1805 goto out;
1806 } 1806 }
1807 1807