toshiba_acpi: Unify return codes prefix from HCI/SCI to TOS
authorAzael Avalos <coproscefalo@gmail.com>
Tue, 30 Sep 2014 02:40:08 +0000 (20:40 -0600)
committerDarren Hart <dvhart@linux.intel.com>
Tue, 30 Sep 2014 20:51:07 +0000 (13:51 -0700)
commit1864bbc207756c8a3e6e3fe585c11853d28a579a
tree53d85ad9c6b7573df3c374e313d3395d04b6b94d
parent258c590326a9340bc63a46f890e8601d37bde4d7
toshiba_acpi: Unify return codes prefix from HCI/SCI to TOS

The return codes are split in between HCI/SCI prefixes,
but they are shared (used) by both interfaces, mixing
hci_read/write calls with SCI_* return codes, and
sci_read/write calls with HCI_* ones.

This patch changes the prefix of the return codes
definitions, dropping the HCI/SCI naming and instead
replacing it with TOS (for TOShiba).

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