ASoC: imx-sgtl5000: Use devm_clk_get()
authorFabio Estevam <fabio.estevam@freescale.com>
Mon, 10 Jun 2013 16:26:05 +0000 (13:26 -0300)
committerMark Brown <broonie@linaro.org>
Wed, 12 Jun 2013 15:06:48 +0000 (16:06 +0100)
Commit 9e13f345 (ASoC: sgtl5000: Let the codec acquire its clock) removed the
clk_put calls.

Let's use devm_clk_get() instead, so that we do not need to call them anymore.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Mark Brown <broonie@linaro.org>

No differences found