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)
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>

No differences found