From: Hannes Reinecke Date: Thu, 30 Oct 2014 08:44:36 +0000 (+0100) Subject: scsi: correct return values for .eh_abort_handler implementations X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~21^2~1^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6c92b7e0af575e2b8b05bdf33633cf9e1661cbf;p=pandora-kernel.git scsi: correct return values for .eh_abort_handler implementations The .eh_abort_handler needs to return SUCCESS, FAILED, or FAST_IO_FAIL. So fixup all callers to adhere to this requirement. Reviewed-by: Robert Elliott Cc: Signed-off-by: Hannes Reinecke Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed