]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit49818ba620ee3012dd890a66a789cc17dde9a1ef
treeb54c0fd6712d94817bb7b19560c8c6455ffbef09
parent171ea0ba7ce69a9d12ff2c0b7efc7689195a9923
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