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