On Fri, Mar 29, 2013 at 11:22 AM, <Yuantian.Tang@xxxxxxxxxxxxx> wrote: > diff --git a/drivers/cpufreq/ppc-corenet-cpufreq.c b/drivers/cpufreq/ppc-corenet-cpufreq.c > +static int corenet_cpufreq_cpu_init(struct cpufreq_policy *policy) > +{ > + for (i = 0; i < count; i++) { > + table[i].index = i; One more thing, you don't need to set index at all as you aren't using it. And cpufreq core never uses it. > + clk = of_clk_get(data->parent, i); > + table[i].frequency = clk_get_rate(clk) / 1000; > + } -- To unsubscribe from this list: send the line "unsubscribe cpufreq" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html