[SCSI] aic94xx: fix SSP IU status print-out
authorJeff Garzik <jeff@garzik.org>
Sun, 30 Sep 2007 14:03:17 +0000 (10:03 -0400)
committerJames 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>

No differences found