From: Abhijeet Dharmapurikar Date: Tue, 19 Mar 2013 23:05:49 +0000 (-0700) Subject: irqchip: gic: fix irq_trigger return X-Git-Tag: v3.9-rc8~28^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bad9a43a20372a3b41e15e8aa03b918c76f360f0;p=pandora-kernel.git 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 Signed-off-by: Stephen Boyd Cc: linux-arm-kernel@lists.infradead.org Link: http://lkml.kernel.org/r/1363734349-32635-1-git-send-email-sboyd@codeaurora.org Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed