toshiba_acpi: Remove TOS_FAILURE check from some functions
authorAzael Avalos <coproscefalo@gmail.com>
Wed, 6 May 2015 15:35:12 +0000 (09:35 -0600)
committerDarren Hart <dvhart@linux.intel.com>
Mon, 11 May 2015 17:38:21 +0000 (10:38 -0700)
commit8baec45da1181572c0f8dc40c421c3f7ebecb0ab
treeb54c0fd6712d94817bb7b19560c8c6455ffbef09
parent3f75bbe9162986bc42a553795f703917a8aadf89
toshiba_acpi: Remove TOS_FAILURE check from some functions

This patch removes the check for TOS_FAILURE whenever we are using
the tci_raw function call, as that code is only returned by the
{hci, sci}_{read, write} functions and never by the tci_raw, and
thus making that check irrelevant.

Signed-off-by: Azael Avalos <coproscefalo@gmail.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
drivers/platform/x86/toshiba_acpi.c