On Mon, May 06, 2013 at 05:03:32PM +0800, Axel Lin wrote:
> 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
> ---
> drivers/irqchip/irq-renesas-irqc.c | 4 ++--
>
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
---
drivers/irqchip/irq-renesas-irqc.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/irqc
2 matches
Mail list logo