From dfaf820a13ec160f06556e08dab423818ba87f14 Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Mon, 6 May 2013 17:03:32 +0800 Subject: [PATCH] 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-format-patch failed