Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250496
b: refs/heads/master
c: 5c9db64
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Dmitry Torokhov committed Apr 28, 2011
1 parent 768805a commit 2ae357c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 60c8ba6478bb483ecd6069f566d02e33d319e72e
refs/heads/master: 5c9db64888ecabfb170081335f30e3d7192fbcf4
2 changes: 1 addition & 1 deletion trunk/drivers/input/misc/twl4030-pwrbutton.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ static int __init twl4030_pwrbutton_probe(struct platform_device *pdev)
return 0;

free_irq:
free_irq(irq, NULL);
free_irq(irq, pwr);
free_input_dev:
input_free_device(pwr);
return err;
Expand Down

0 comments on commit 2ae357c

Please sign in to comment.