aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2014-09-03 14:44:37 +0300
committerDarren Hart <dvhart@linux.intel.com>2014-09-03 10:45:12 -0700
commitaeaac098bd58349d7415acd998089309fd798190 (patch)
treef44c231d53de46e5994d35c9974dd1127837f20e /MAINTAINERS
parentplatform/x86: toshiba: re-enable acpi hotkeys after suspend to disk (diff)
downloadlinux-dev-aeaac098bd58349d7415acd998089309fd798190.tar.xz
linux-dev-aeaac098bd58349d7415acd998089309fd798190.zip
toshiba_acpi: fix and cleanup toshiba_kbd_bl_mode_store()
The current code just returns -EINVAL because mode can't be equal to both 1 and 2. Also this function is messy so I have cleaned it up: 1) Remove initializers like "int time = -1". Initializing variables to garbage values turns off GCC's uninitialized variable warnings so it can lead to bugs. 2) Use kstrtoint() instead of sscanf(). 3) Use SCI_KBD_MODE_FNZ and SCI_KBD_MODE_AUTO instead of magic numbers 1 and 2. 4) Don't check for "mode == -1" because that can't happen. 5) Preserve the error code from toshiba_kbd_illum_status_set(). Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions