toshiba_acpi: Add 0x prefix to available_kbd_modes_show function
authorAzael Avalos <coproscefalo@gmail.com>
Wed, 9 Sep 2015 17:30:09 +0000 (11:30 -0600)
committerDarren Hart <dvhart@linux.intel.com>
Sat, 3 Oct 2015 15:40:44 +0000 (08:40 -0700)
commit0b498201e67df447dc81542a71b36db0fae2878d
treeff2f141127ca24e83cfe7e2640972a6cd9334582
parent52cbae0127ade4120f51a6c5b46f28534723b9bf
toshiba_acpi: Add 0x prefix to available_kbd_modes_show function

This patch adds the 0x prefix to the values printed by such function, the
values are already being printed in hex, but without the prefix, causing
confusion, even though the file under Documentation/ABI clearly states
that hey are hex values.

Simply add the 0x prefix to avoid such confusion.

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