浏览代码

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>
Christoph Fritz 15 年之前
父节点
当前提交
594d636320
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/input/serio/i8042.c

+ 1 - 1
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);