ASoC: rsnd: fix clock prepare/unprepare
authorBen Dooks <ben.dooks@codethink.co.uk>
Fri, 11 Apr 2014 01:16:33 +0000 (18:16 -0700)
committerMark Brown <broonie@linaro.org>
Fri, 11 Apr 2014 11:13:52 +0000 (12:13 +0100)
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 <ben.dooks@codethink.co.uk>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@linaro.org>

No differences found