]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: do not decode sense extras
authorHannes Reinecke <hare@suse.de>
Fri, 24 Oct 2014 12:26:51 +0000 (14:26 +0200)
committerChristoph Hellwig <hch@lst.de>
Wed, 12 Nov 2014 10:16:01 +0000 (11:16 +0100)
commit7ee4f4871600a7726948d4445ae7869ff4a31bae
tree06d58d868a01827891f3cdb56c50b75da2181487
parentf9462a17f71d841a18040785b30b31a754fcd19e
scsi: do not decode sense extras

Currently we're only decoding sense extras for tape devices.
And even there only for fixed format sense formats.
As this is of rather limited use in the general case we should
be stop trying to decode sense extras; the tape driver does
its own decoding anyway.

Signed-off-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: Robert Elliott <elliott@hp.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/scsi/constants.c