From: Azael Avalos Date: Sat, 1 Aug 2015 03:58:15 +0000 (-0600) Subject: toshiba_acpi: Remove unnecessary checks and returns in HCI/SCI functions X-Git-Tag: omap-for-v4.3/fixes-rc1~61^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6b5354f422a1f1cd48a94ed64e54989f9ea7ee2;p=pandora-kernel.git toshiba_acpi: Remove unnecessary checks and returns in HCI/SCI functions A previous patch added explicit feature checks for support, *SUCCESS* and *FAILURE to the HCI/SCI *{get, set} functions. This patch removes some unnedded checks to the driver HCI/SCI functions given that the default error return value is now set to -EIO, there is no need to check for other error values other than the ones currently checking for. Signed-off-by: Azael Avalos Signed-off-by: Darren Hart --- Reading git-diff-tree failed