Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1659
b: refs/heads/master
c: 39fa580
h: refs/heads/master
i:
  1657: d416dba
  1655: 1f3c5af
v: v3
  • Loading branch information
Vojtech Pavlik authored and Dmitry Torokhov committed May 28, 2005
1 parent a7e8c38 commit fed13d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 668d1e6093110f7534e661e2ff43d54c74659b6d
refs/heads/master: 39fa58007a54b09c91cb7bf3ce3cfcc4957f92ff
4 changes: 2 additions & 2 deletions trunk/drivers/input/serio/i8042-x86ia64io.h
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ static int i8042_pnp_init(void)
int result_kbd, result_aux;

if (i8042_nopnp) {
printk("i8042: PNP detection disabled\n");
printk(KERN_INFO "i8042: PNP detection disabled\n");
return 0;
}

Expand Down Expand Up @@ -265,7 +265,7 @@ static int i8042_pnp_init(void)
i8042_pnp_kbd_irq = i8042_kbd_irq;
}

if (result_aux > 0 && !i8042_pnp_aux_irq) {
if (!i8042_pnp_aux_irq) {
printk(KERN_WARNING "PNP: PS/2 controller doesn't have AUX irq; using default %#x\n", i8042_aux_irq);
i8042_pnp_aux_irq = i8042_aux_irq;
}
Expand Down

0 comments on commit fed13d7

Please sign in to comment.