Skip to content

Commit

Permalink
Input: ab8500-ponkey - fix IRQ freeing in error path
Browse files Browse the repository at this point in the history
Looks like an obvious typo to me.

Signed-off-by: Nicolas Kaiser <[email protected]>
Signed-off-by: Dmitry Torokhov <[email protected]>
  • Loading branch information
nikai3d authored and dtor committed Oct 25, 2010
1 parent d537155 commit c5fb514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/input/misc/ab8500-ponkey.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ static int __devinit ab8500_ponkey_probe(struct platform_device *pdev)
return 0;

err_free_dbr_irq:
free_irq(ponkey->irq_dbf, ponkey);
free_irq(ponkey->irq_dbr, ponkey);
err_free_dbf_irq:
free_irq(ponkey->irq_dbf, ponkey);
err_free_mem:
Expand Down

0 comments on commit c5fb514

Please sign in to comment.