[SCSI] sd: Combine DIF/DIX error handling
authorMartin K. Petersen <martin.petersen@oracle.com>
Mon, 18 Jan 2010 23:43:18 +0000 (18:43 -0500)
committerJames Bottomley <James.Bottomley@suse.de>
Tue, 9 Feb 2010 00:30:39 +0000 (18:30 -0600)
commitfa4698fcf59c3bd01c171e5e558bae9e8eb396f1
tree7c50e3c7d94ed1c855de23bf39b66f51e018661b
parentd44a6d2bbffd9e5c87f0a78cbe9c089e21289162
[SCSI] sd: Combine DIF/DIX error handling

DIF and DIX errors are handled identically at this point.  Collapse the
switch cases into one and let scsi_io_completion print result and sense
data.

Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/sd.c