From: Peter Ujfalusi Date: Fri, 13 Nov 2009 00:18:00 +0000 (-0800) Subject: omap: McBSP: Do not use extensive spin locks for dma_op_mode X-Git-Tag: v2.6.32-omap1~11^2^2~1^2^2~2^2~36 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f92c1eb00598a8c004b2c7158e80613cd66c1c7;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