Files
linux/drivers/irqchip
Axel Lin b212be3528 irqchip: renesas-irqc: Fix irqc_probe error handling
commit dfaf820a13 upstream.

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 <axel.lin@ingics.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-01-15 15:28:45 -08:00
..
2013-01-10 11:44:38 -06:00
2013-01-10 11:44:38 -06:00
2013-03-18 21:26:06 +09:00