Re: [PATCH 1/2] mmc: mxs-mmc: Use devm_clk_get()

2013-08-24 Thread Chris Ball
Hi Fabio, On Wed, Jul 03 2013, Shawn Guo wrote: > On Wed, Jul 03, 2013 at 05:02:37PM -0300, Fabio Estevam wrote: >> 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 >>

Re: [PATCH 1/2] mmc: mxs-mmc: Use devm_clk_get()

2013-07-03 Thread Shawn Guo
On Wed, Jul 03, 2013 at 05:02:37PM -0300, Fabio Estevam wrote: > 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 Both,

[PATCH 1/2] mmc: mxs-mmc: Use devm_clk_get()

2013-07-03 Thread Fabio Estevam
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 --- drivers/mmc/host/mxs-mmc.c | 8 +++- 1 file changed, 3 insertions(+), 5 delet