From: Dmitry Torokhov Date: Tue, 13 Oct 2009 04:34:25 +0000 (-0700) Subject: Input: i8042 - make pnp_data_busted variable boolean instead of int X-Git-Tag: v2.6.32-rc6~5^2~12 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=7dcc9c230fcef0067efee17c1f8c3c84494a7ec8;p=linux-block.git Input: i8042 - make pnp_data_busted variable boolean instead of int This small snippet escaped last round of int -> bool conversion. Reported-by: Joe Perches Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h index a39bc4eb902b..77ff205c8577 100644 --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/drivers/input/serio/i8042-x86ia64io.h @@ -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