]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
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)
commitf69b7614f79e31b73701e27eb25077cd336cfc46
tree699da6582706024190457b9d749b2625b91934b6
parent648aaa527b29f7608728370b80051af4b146a8db
ARM: OMAP: MUSB: DMA interrupt locking fix

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>
drivers/usb/musb/musbhsdma.c