ARM: OMAP: MUSB: DMA interrupt locking fix
authorKevin Hilman <khilman@mvista.com>
Fri, 31 Aug 2007 23:31:06 +0000 (16:31 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 17 Sep 2007 18:23:21 +0000 (11:23 -0700)
dma_controller_irq() should take the lock (and disable interrupts) as
the main interrupt handler does since the functions it calls assume
this to be the case.

Signed-off-by: Kevin Hilman <khilman@mvista.com>
Acked-by: David Brownell <dbrownell@users.sourceforge.net>

No differences found