summaryrefslogtreecommitdiffstats
path: root/drivers/input
diff options
context:
space:
mode:
authorChristoph Fritz <chf.fritz@googlemail.com>2010-09-29 18:04:21 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2010-09-29 18:26:00 -0700
commit594d63632024636a962be508dfe5ee6bfd309160 (patch)
tree6c18346b607362b370d15551eebf7cdb2c9293a1 /drivers/input
parentd345d97012c3f8fb72c0c9d2ee319ea958b63229 (diff)
downloadop-kernel-dev-594d63632024636a962be508dfe5ee6bfd309160.zip
op-kernel-dev-594d63632024636a962be508dfe5ee6bfd309160.tar.gz
Input: i8042 - use unsigned char for 0x90
Keep the file consistent and make clear that we mean 144 instead of -112. Signed-off-by: Christoph Fritz <chf.fritz@googlemail.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/serio/i8042.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/serio/i8042.c b/drivers/input/serio/i8042.c
index 46e4ba0..7d67ad1 100644
--- a/drivers/input/serio/i8042.c
+++ b/drivers/input/serio/i8042.c
@@ -1063,7 +1063,7 @@ static long i8042_panic_blink(int state)
#ifdef CONFIG_X86
static void i8042_dritek_enable(void)
{
- char param = 0x90;
+ unsigned char param = 0x90;
int error;
error = i8042_command(&param, 0x1059);
OpenPOWER on IntegriCloud