Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 49098
b: refs/heads/master
c: 2a575f1
h: refs/heads/master
v: v3
  • Loading branch information
Cyrill V. Gorcunov authored and Dmitry Torokhov committed Feb 18, 2007
1 parent 49be965 commit dc325cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 00a8691ca689c134eaf5b73d7251df1d6f0318be
refs/heads/master: 2a575f11fb8e13d6bbdefaa591e9406200674402
2 changes: 2 additions & 0 deletions trunk/drivers/input/keyboard/hilkbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,10 @@ hil_keyb_init(void)
disable_irq(HIL_IRQ);
free_irq(HIL_IRQ, hil_dev.dev_id);
err2:
#if defined(CONFIG_HP300)
release_region(HILBASE + HIL_DATA, 2);
err1:
#endif
input_free_device(hil_dev.dev);
hil_dev.dev = NULL;
return err;
Expand Down

0 comments on commit dc325cc

Please sign in to comment.