> -----Original Message----- > From: cpufreq-ow...@vger.kernel.org [mailto:cpufreq-ow...@vger.kernel.org] > On Behalf Of Viresh Kumar > Sent: 2013年3月30日 21:52 > To: Tang Yuantian-B29983 > Cc: Rafael J. Wysocki; cpuf...@vger.kernel.org; Linux PM list; linuxppc- > d...@lists.ozlabs.org; Li Yang-R58472 > Subject: Re: [PATCH v3] cpufreq: Add cpufreq driver for Freescale e500mc > SoCs > > On Fri, Mar 29, 2013 at 11:22 AM, <yuantian.t...@freescale.com> 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. > OK, no problem.
Thanks, Yuantian > > + 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 majord...@vger.kernel.org More majordomo info at > http://vger.kernel.org/majordomo-info.html _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev