bus: omap_l3_noc: Correct returning IRQ_HANDLED unconditionally in the irq handler
authorKeerthy <j-keerthy@ti.com>
Mon, 10 Nov 2014 18:19:48 +0000 (23:49 +0530)
committerBen Hutchings <ben@decadent.org.uk>
Fri, 20 Feb 2015 00:49:25 +0000 (00:49 +0000)
commit3cf6ed7571ec1ad4cbec7ae63fef0288c2370c0b
tree88c5702ab26d709dbe243d0b1654e1b64bbb0b18
parent27bdcd728e8a169fc27c49a7fcf238ca787eedba
bus: omap_l3_noc: Correct returning IRQ_HANDLED unconditionally in the irq handler

commit c4cf0935a2d8fe6d186bf4253ea3c4b4a8a8a710 upstream.

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 <nm@ti.com>
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
[bwh: Backported to 3.2: adjust filename, indentation]
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
arch/arm/mach-omap2/omap_l3_noc.c