Skip to content

Commit

Permalink
Input: i8042 - make pnp_data_busted variable boolean instead of int
Browse files Browse the repository at this point in the history
This small snippet escaped last round of int -> bool conversion.

Reported-by: Joe Perches <joe@perches.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
  • Loading branch information
Dmitry Torokhov committed Oct 13, 2009
1 parent 5f5eeff commit 7dcc9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/input/serio/i8042-x86ia64io.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7dcc9c2

Please sign in to comment.