]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit21db53cc4da096607dfa470f3f1b6bef1bd2d6ca
treee2cc77143603f22653a7fc1c7873f0ab67cc5d42
parent7ee4f4871600a7726948d4445ae7869ff4a31bae
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