From: Nicolas Kaiser Date: Mon, 25 Oct 2010 04:48:11 +0000 (-0700) Subject: Input: ab8500-ponkey - fix IRQ freeing in error path X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c5fb514d2f0496ce58caed63bceb05fac40324b3;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git Input: ab8500-ponkey - fix IRQ freeing in error path Looks like an obvious typo to me. Signed-off-by: Nicolas Kaiser Signed-off-by: Dmitry Torokhov --- 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) 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: