Skip to content

Commit

Permalink
Input: i8042 - use unsigned char for 0x90
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Christoph Fritz authored and Dmitry Torokhov committed Sep 30, 2010
1 parent d345d97 commit 594d636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/input/serio/i8042.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 594d636

Please sign in to comment.