提交 7dcc9c23 编写于 作者: D Dmitry Torokhov

Input: i8042 - make pnp_data_busted variable boolean instead of int

This small snippet escaped last round of int -> bool conversion.
Reported-by: NJoe Perches <joe@perches.com>
Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
上级 5f5eeff4
...@@ -661,7 +661,7 @@ static void i8042_pnp_exit(void) ...@@ -661,7 +661,7 @@ static void i8042_pnp_exit(void)
static int __init i8042_pnp_init(void) static int __init i8042_pnp_init(void)
{ {
char kbd_irq_str[4] = { 0 }, aux_irq_str[4] = { 0 }; char kbd_irq_str[4] = { 0 }, aux_irq_str[4] = { 0 };
int pnp_data_busted = false; bool pnp_data_busted = false;
int err; int err;
#ifdef CONFIG_X86 #ifdef CONFIG_X86
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册