diff options
-rw-r--r-- | drivers/input/misc/ab8500-ponkey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/misc/ab8500-ponkey.c b/drivers/input/misc/ab8500-ponkey.c index 98f8ede504b8..3d3288a78fdc 100644 --- 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) | |||
107 | return 0; | 107 | return 0; |
108 | 108 | ||
109 | err_free_dbr_irq: | 109 | err_free_dbr_irq: |
110 | free_irq(ponkey->irq_dbf, ponkey); | 110 | free_irq(ponkey->irq_dbr, ponkey); |
111 | err_free_dbf_irq: | 111 | err_free_dbf_irq: |
112 | free_irq(ponkey->irq_dbf, ponkey); | 112 | free_irq(ponkey->irq_dbf, ponkey); |
113 | err_free_mem: | 113 | err_free_mem: |