From: Ben Dooks Date: Fri, 11 Apr 2014 01:16:33 +0000 (-0700) Subject: ASoC: rsnd: fix clock prepare/unprepare X-Git-Tag: omap-for-v3.16/pm-signed~32^2~2^2^4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79861bbb759053a9b91026becc0915d0f1f8d37d;p=pandora-kernel.git ASoC: rsnd: fix clock prepare/unprepare As with the previous commit, before a clock can be used it must be prepared for use. Change from clk_enable() and clk_disable() to the versions of the calls which also prepare and un-prepare the clocks. Will fix warnings from the clock code when this is used. Signed-off-by: Ben Dooks Signed-off-by: Kuninori Morimoto Signed-off-by: Mark Brown --- Reading git-diff-tree failed