From: Boris BREZILLON Date: Thu, 18 Jul 2013 07:48:40 +0000 (+0200) Subject: ASoC: atmel-ssc: remove clk_disable_unprepare call from critical section X-Git-Tag: v3.11-rc3~13^2^2~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a9b1c618d835e7a6a4097eb47ee47991202a3c1;p=pandora-kernel.git ASoC: atmel-ssc: remove clk_disable_unprepare call from critical section clk_prepare/unprepare (and indirectly clk_prepare_enable/disable_unprepare) may sleep and thus cannot be called in critical section. This patch fix a bug introduced by commit 6f0d94790efe9f4481bbd7c174ef0e9b5e5db7c4 where clk_disable_unprepare was called with user_lock hold. Signed-off-by: Boris BREZILLON Signed-off-by: Mark Brown --- Reading git-diff-tree failed