From: Axel Lin Date: Mon, 6 May 2013 09:03:32 +0000 (+0800) Subject: irqchip: renesas-irqc: Fix irqc_probe error handling X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~73^2~18^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfaf820a13ec160f06556e08dab423818ba87f14;p=pandora-kernel.git irqchip: renesas-irqc: Fix irqc_probe error handling The code in goto err3 path is wrong because it will call fee_irq() with k == 0, which means it does free_irq(p->irq[-1].requested_irq, &p->irq[-1]); Signed-off-by: Axel Lin Signed-off-by: Simon Horman --- Reading git-diff-tree failed