From: Peter Ujfalusi Date: Sun, 22 Nov 2009 18:11:05 +0000 (-0800) Subject: omap: McBSP: Do not use extensive spin locks for dma_op_mode X-Git-Tag: v2.6.32-omap1~13^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eebfa9f239a21d9663af03b50958d4d0bb7ab1d9;p=pandora-kernel.git 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 Acked-by: Jarkko Nikula Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed