scsi: sd: Improve unaligned completion resid message
authorDamien Le Moal <damien.lemoal@wdc.com>
Wed, 28 Aug 2019 05:35:11 +0000 (14:35 +0900)
committerMartin K. Petersen <martin.petersen@oracle.com>
Sat, 7 Sep 2019 19:30:55 +0000 (15:30 -0400)
commit670d8be28e72f984a61ccad3e9e98247c0d31e1c
tree8a3f9bc0d93231b3e2956e95df42dea1b9ffbb8f
parent3ec24fb4c035e9cbb2f02a48640a09aa913442a2
scsi: sd: Improve unaligned completion resid message

For commands completing with a resid not aligned on the device logical
sector size, also print the command CDB in addition to the current message
to help debug hardware generating such incorrect command completion
information.

Link: https://lore.kernel.org/r/20190828053511.14818-1-damien.lemoal@wdc.com
Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/sd.c