scsi: use 'bool' as return value for scsi_normalize_sense()
authorHannes Reinecke <hare@suse.de>
Fri, 24 Oct 2014 12:26:52 +0000 (14:26 +0200)
committerChristoph Hellwig <hch@lst.de>
Wed, 12 Nov 2014 10:16:01 +0000 (11:16 +0100)
commit4753cbc0a1286a60d2f859a7056f8e4873f494c8
treee2cc77143603f22653a7fc1c7873f0ab67cc5d42
parent15c75f8a6d570e1d22594fe7f1cdb45360651a60
scsi: use 'bool' as return value for scsi_normalize_sense()

Convert scsi_normalize_sense() and friends to return 'bool'
instead of an integer.

Signed-off-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: Robert Elliott <elliott@hp.com>
Reviewed-by: Yoshihiro Yunomae <yoshihiro.yunomae.ez@hitachi.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/scsi/scsi_error.c
drivers/scsi/scsi_lib.c
include/scsi/scsi_eh.h