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)
commitb9840124d699614f1429748e43827b1fb35c1138
tree77b8c5b1f1620c342ed23554becb2fe776bf710a
parent77845b11a35f293a344fe868852e8c61498ae777
ASoC: imx-sgtl5000: Use devm_clk_get()

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>
sound/soc/fsl/imx-sgtl5000.c