Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 594d6363 authored by Christoph Fritz's avatar Christoph Fritz Committed by Dmitry Torokhov
Browse files

Input: i8042 - use unsigned char for 0x90



Keep the file consistent and make clear that we mean 144 instead of -112.

Signed-off-by: default avatarChristoph Fritz <chf.fritz@googlemail.com>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent d345d970
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);