[PATCH 09/40] mmc sdhc i.MX: do not depend on grouped clocks
Richard Zhao
richard.zhao at freescale.com
Thu Apr 19 22:42:49 EDT 2012
> > - clk_disable_unprepare(pltfm_host->clk);
> > - clk_put(pltfm_host->clk);
> > + clk_disable_unprepare(imx_data->clk_per);
> > + clk_disable_unprepare(imx_data->clk_ipg);
> > + clk_disable_unprepare(imx_data->clk_ahb);
> You forgot to clk_put them.
Sorry, I just realized you're using the new devm_clk_get.
Richard
More information about the linux-arm-kernel
mailing list