Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c5fb514d authored by Nicolas Kaiser's avatar Nicolas Kaiser Committed by Dmitry Torokhov
Browse files

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



Looks like an obvious typo to me.

Signed-off-by: default avatarNicolas Kaiser <nikai@nikai.net>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent d537155a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: