]> git.karo-electronics.de Git - mv-sheeva.git/commit
omap: McBSP: Do not use extensive spin locks for dma_op_mode
authorPeter Ujfalusi <peter.ujfalusi@nokia.com>
Sun, 22 Nov 2009 18:11:05 +0000 (10:11 -0800)
committerTony Lindgren <tony@atomide.com>
Sun, 22 Nov 2009 18:24:32 +0000 (10:24 -0800)
commiteebfa9f239a21d9663af03b50958d4d0bb7ab1d9
tree693e33f735fdf9d32d1c5a12ccc84c4cd157ce8b
parenta76e9a90e8dc0c8ca641a077780c6e05270d25ff
omap: McBSP: Do not use extensive spin locks for dma_op_mode

The use of the spin lock, which supposed to protect the the
dma_op_mode causing "INFO: inconsistent lock state" on
playback start.
Remove the spin locks around the dma_op_mode, when it's
purpuse is to protect the dma_op_mode.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@nokia.com>
Acked-by: Jarkko Nikula <jhnikula@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/mcbsp.c