Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1663
b: refs/heads/master
c: 74af42b
h: refs/heads/master
i:
  1661: 96e9fc8
  1659: fed13d7
  1655: 1f3c5af
  1647: 1550b49
  1631: ebd34a5
  1599: 0c9bf76
  1535: 4587caf
v: v3
  • Loading branch information
Kurt Garloff authored and Dmitry Torokhov committed May 28, 2005
1 parent b21f065 commit a5bf8ac
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 5a72afc03ccc29458502cf032f5c34e5ee004ae7
refs/heads/master: 74af42bb729651855f78ea27498250724689130e
8 changes: 6 additions & 2 deletions trunk/drivers/input/serio/i8042-x86ia64io.h
Original file line number Diff line number Diff line change
Expand Up @@ -215,11 +215,15 @@ static struct pnp_driver i8042_pnp_aux_driver = {

static void i8042_pnp_exit(void)
{
if (i8042_pnp_kbd_registered)
if (i8042_pnp_kbd_registered) {
i8042_pnp_kbd_registered = 0;
pnp_unregister_driver(&i8042_pnp_kbd_driver);
}

if (i8042_pnp_aux_registered)
if (i8042_pnp_aux_registered) {
i8042_pnp_aux_registered = 0;
pnp_unregister_driver(&i8042_pnp_aux_driver);
}
}

static int i8042_pnp_init(void)
Expand Down

0 comments on commit a5bf8ac

Please sign in to comment.