On 2 September 2014 00:17, Mike Turquette <mturque...@linaro.org> wrote:

> @@ -150,7 +146,7 @@ static int kirkwood_cpufreq_probe(struct platform_device 
> *pdev)
>                 err = PTR_ERR(priv.powersave_clk);
>                 goto out_ddr;
>         }
> -       clk_prepare(priv.powersave_clk);
> +       clk_prepare_enable(priv.powersave_clk);

Shouldn't this be done in a separate patch? Or is this really related?

>
>         of_node_put(np);
>         np = NULL;

Other than that: Acked-by: Viresh Kumar <viresh.ku...@linaro.org>

Yeah, you can take it through clock tree..
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to