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

Commit 7dcc9c23 authored by Dmitry Torokhov's avatar Dmitry Torokhov
Browse files

Input: i8042 - make pnp_data_busted variable boolean instead of int



This small snippet escaped last round of int -> bool conversion.

Reported-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 5f5eeff4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -661,7 +661,7 @@ static void i8042_pnp_exit(void)
static int __init i8042_pnp_init(void)
{
	char kbd_irq_str[4] = { 0 }, aux_irq_str[4] = { 0 };
	int pnp_data_busted = false;
	bool pnp_data_busted = false;
	int err;

#ifdef CONFIG_X86