From: Keerthy Date: Mon, 10 Nov 2014 18:19:48 +0000 (+0530) Subject: bus: omap_l3_noc: Correct returning IRQ_HANDLED unconditionally in the irq handler X-Git-Tag: omap-for-v3.19/w1-and-l3-noc^0 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4cf0935a2d8fe6d186bf4253ea3c4b4a8a8a710;p=pandora-kernel.git bus: omap_l3_noc: Correct returning IRQ_HANDLED unconditionally in the irq handler Correct returning IRQ_HANDLED unconditionally in the irq handler. Return IRQ_NONE for some interrupt which we do not expect to be handled in this handler. This prevents kernel stalling with back to back spurious interrupts. Fixes: 2722e56de6 ("OMAP4: l3: Introduce l3-interconnect error handling driver") Acked-by: Nishanth Menon Signed-off-by: Keerthy Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed