On Mon, Jun 10, 2013 at 12:41 PM, Shawn Guo <shawn.guo at linaro.org> wrote: >> -clk_fail: >> - clk_put(data->codec_clk); > > Why can this clk_put() be removed now? Good point. Will send a patch to convert it to devm_clk_get, so that we do not need to call these clk_put.