diff options
author | Hannes Reinecke <hare@suse.de> | 2010-03-29 09:29:24 +0200 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-04-11 20:25:06 +0200 |
commit | f87146bba523cad0196aa8e80ca9e8243d7a6c0c (patch) | |
tree | 87cc2f1a1dd4cc1771baab020d68bcb0a32de688 /drivers/scsi/mpt2sas | |
parent | [SCSI] bnx2i: Update version and module description (diff) | |
download | linux-f87146bba523cad0196aa8e80ca9e8243d7a6c0c.tar.xz linux-f87146bba523cad0196aa8e80ca9e8243d7a6c0c.zip |
[SCSI] sd: quiet spurious error messages in READ_CAPACITY(16)
sd always tries to submit a READ_CAPACITY(16) CDB,
regardless whether the host actually supports it.
queuecommand() will then return DID_ABORT, which is
not qualified enough to detect the true cause here.
So better check in sd_try_rc16 first if the cdblen
is supported.
Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/mpt2sas')
0 files changed, 0 insertions, 0 deletions