]> git.baikalelectronics.ru Git - kernel.git/commit
53c700: remove scsi_print_sense() usage
authorHannes Reinecke <hare@suse.de>
Fri, 24 Oct 2014 12:26:49 +0000 (14:26 +0200)
committerChristoph Hellwig <hch@lst.de>
Wed, 12 Nov 2014 10:16:00 +0000 (11:16 +0100)
commitc150c1c04efa0c0065b095cdebc4c3e6b6e5e539
tree8a77107175e90ead8b75792dfef03b1902c985d7
parentb9ba6daaf99969837d9a89a7fc1634c41bdcff49
53c700: remove scsi_print_sense() usage

The 53c700 driver would be using scsi_print_sense() in a debug
statement, which was never compiled in. Plus the same information
can get retrieved with logging. So remove it.

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/53c700.c