From: Azael Avalos Date: Tue, 30 Sep 2014 02:40:09 +0000 (-0600) Subject: toshiba_acpi: Change HCI/SCI functions return code type X-Git-Tag: fixes-against-v3.18-rc2~108^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=893f3f62dc7ade3700cdceed23ce38bb92e3966b;p=pandora-kernel.git toshiba_acpi: Change HCI/SCI functions return code type Currently the HCI/SCI read/write functions are returning the status of the ACPI call and also assigning the returned value of the HCI/SCI function, however, only the HCI/SCI status is being checked. This patch changes such functions, returning the value of the HCI/SCI function instead of the ACPI call status, eliminating one parameter, and returning something useful that indeed is being checked. Signed-off-by: Azael Avalos Signed-off-by: Darren Hart --- Reading git-diff-tree failed