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:
3e7e8c1
)
mmc: mxs-mmc: Use devm_clk_get()
author
Fabio Estevam
<festevam@gmail.com>
Wed, 3 Jul 2013 20:02:37 +0000
(17:02 -0300)
committer
Chris Ball
<cjb@laptop.org>
Sun, 25 Aug 2013 02:06:51 +0000
(22:06 -0400)
Using devm_clk_get() allows us to remove the clk_put() calls, so
let's use it to simplify the code.
Rename the 'out_clk_put' label to 'out_clk_disable' now that clk_put
is removed.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
No differences found