projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab37128
)
[SCSI] aic94xx: fix SSP IU status print-out
author
Jeff Garzik
<jeff@garzik.org>
Sun, 30 Sep 2007 14:03:17 +0000
(10:03 -0400)
committer
James Bottomley
<jejb@mulgrave.localdomain>
Fri, 12 Oct 2007 18:52:30 +0000
(14:52 -0400)
The SSP response DPRINTK in asd_get_response_tasklet() was printing
a hardcoded status result, rather than the status from the SSP
response IU.
Arguably, this should not be a DPRINTK either, since the admin might
want to know about this.
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/aic94xx/aic94xx_task.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/aic94xx/aic94xx_task.c
b/drivers/scsi/aic94xx/aic94xx_task.c
index d5d8caba35605f3643b165211d84aa583f29bbd4..4c759ce3b4a8f142fd54d46e7c4bd2f090bdaf5e 100644
(file)
--- a/
drivers/scsi/aic94xx/aic94xx_task.c
+++ b/
drivers/scsi/aic94xx/aic94xx_task.c
@@
-207,7
+207,7
@@
static void asd_get_response_tasklet(struct asd_ascb *ascb,
"stat(0x%x) is not CHECK_CONDITION"
"\n",
SAS_ADDR(task->dev->sas_addr),
-
ts->stat
);
+
iu->status
);
}
}
} else {