projects
/
platform
/
kernel
/
kernel-mfld-blackbay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d537155
)
Input: ab8500-ponkey - fix IRQ freeing in error path
author
Nicolas Kaiser
<nikai@nikai.net>
Mon, 25 Oct 2010 04:48:11 +0000
(21:48 -0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Mon, 25 Oct 2010 04:56:17 +0000
(21:56 -0700)
Looks like an obvious typo to me.
Signed-off-by: Nicolas Kaiser <nikai@nikai.net>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/misc/ab8500-ponkey.c
patch
|
blob
|
history
diff --git
a/drivers/input/misc/ab8500-ponkey.c
b/drivers/input/misc/ab8500-ponkey.c
index
98f8ede
..
3d3288a
100644
(file)
--- a/
drivers/input/misc/ab8500-ponkey.c
+++ b/
drivers/input/misc/ab8500-ponkey.c
@@
-107,7
+107,7
@@
static int __devinit ab8500_ponkey_probe(struct platform_device *pdev)
return 0;
err_free_dbr_irq:
- free_irq(ponkey->irq_db
f
, ponkey);
+ free_irq(ponkey->irq_db
r
, ponkey);
err_free_dbf_irq:
free_irq(ponkey->irq_dbf, ponkey);
err_free_mem: