Re: [PATCH 15/20] mfd: db8500-prcmu: Use cpufreq_for_each_entry macro for iteration

2014-04-22 Thread Linus Walleij
On Mon, Apr 14, 2014 at 11:10 PM, Stratos Karafotis wrote: > The cpufreq core supports the cpufreq_for_each_entry macro helper > for iteration over the cpufreq_frequency_table, so use it. > > It should have no functional changes. > > Signed-off-by: Stratos Karafotis Acked-by: Linus Walleij Yo

[PATCH 15/20] mfd: db8500-prcmu: Use cpufreq_for_each_entry macro for iteration

2014-04-14 Thread Stratos Karafotis
The cpufreq core supports the cpufreq_for_each_entry macro helper for iteration over the cpufreq_frequency_table, so use it. It should have no functional changes. Signed-off-by: Stratos Karafotis --- drivers/mfd/db8500-prcmu.c | 18 -- 1 file changed, 8 insertions(+), 10 deletio