commit | bad9a43a20372a3b41e15e8aa03b918c76f360f0 | [log] [tgz] |
---|---|---|
author | Abhijeet Dharmapurikar <[email protected]> | Tue Mar 19 16:05:49 2013 -0700 |
committer | Thomas Gleixner <[email protected]> | Tue Mar 26 20:52:25 2013 +0100 |
tree | d31abd3598860548f8cdbdb5513bab15e61298a4 | |
parent | c4052ba9dad9cc86cb3a1f0f8cb032514fa414be [diff] |
irqchip: gic: fix irq_trigger return The genirq layer expects a 0 in case that the retrigger function is not able to resend the irq in hardware, but the code is returning -ENXIO. Fix it. [ tglx: Reworked comment and changelog ] Signed-off-by: Abhijeet Dharmapurikar <[email protected]> Signed-off-by: Stephen Boyd <[email protected]> Cc: [email protected] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Thomas Gleixner <[email protected]>