ARM: OMAP: McBSP: Fix legacy interrupts to clear their status
authorEero Nurkkala <ext-eero.nurkkala@nokia.com>
Mon, 25 May 2009 18:08:42 +0000 (11:08 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 25 May 2009 18:08:42 +0000 (11:08 -0700)
commitd6d834b010908380c9054d8ad339a902833a3bab
treeaf28d5736e2c5dc38e2c27aba1b47cd4b2d342b7
parente85c205ac1427f2405021a36f083280ff0d0a35e
ARM: OMAP: McBSP: Fix legacy interrupts to clear their status

If XSYNCERR or RSYNCERR interrupts are enabled, they are never
cleared causing the IRQ handler to be continuously called.
This patch clears the IRQs in question in the event they are
enabled and taken.

Signed-off-by: Eero Nurkkala <ext-eero.nurkkala@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/mcbsp.c