Input: ab8500-ponkey - fix IRQ freeing in error path

Looks like an obvious typo to me.

Signed-off-by: Nicolas Kaiser <nikai@nikai.net>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>

authored by

Nicolas Kaiser and committed by
Dmitry Torokhov
c5fb514d d537155a

+1 -1
+1 -1
drivers/input/misc/ab8500-ponkey.c
··· 107 107 return 0; 108 108 109 109 err_free_dbr_irq: 110 - free_irq(ponkey->irq_dbf, ponkey); 110 + free_irq(ponkey->irq_dbr, ponkey); 111 111 err_free_dbf_irq: 112 112 free_irq(ponkey->irq_dbf, ponkey); 113 113 err_free_mem: