commit | dfaf820a13ec160f06556e08dab423818ba87f14 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Mon May 06 17:03:32 2013 +0800 |
committer | Simon Horman <horms+renesas@verge.net.au> | Thu Jun 06 10:23:58 2013 +0900 |
tree | 76988415570371b12820c682ccc1b8094e5b97c6 | |
parent | c7788792a5e7b0d5d7f96d0766b4cb6112d47d75 [diff] |
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 <axel.lin@ingics.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>