git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77845b1
)
ASoC: imx-sgtl5000: Use devm_clk_get()
author
Fabio Estevam
<fabio.estevam@freescale.com>
Mon, 10 Jun 2013 16:26:05 +0000
(13:26 -0300)
committer
Mark 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