From: Azael Avalos Date: Tue, 30 Sep 2014 02:40:08 +0000 (-0600) Subject: toshiba_acpi: Unify return codes prefix from HCI/SCI to TOS X-Git-Tag: fixes-against-v3.18-rc2~108^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1864bbc207756c8a3e6e3fe585c11853d28a579a;p=pandora-kernel.git 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 Signed-off-by: Darren Hart --- Reading git-diff-tree failed