Re: [PATCH] cpufreq: mt8173: use list_for_each_entry*()

From: Rafael J. Wysocki
Date: Thu Apr 21 2016 - 20:38:50 EST


On Tuesday, April 05, 2016 08:35:57 AM Viresh Kumar wrote:
> On 05-04-16, 10:38, Geliang Tang wrote:
> > Use list_for_each_entry*() instead of list_for_each*() to simplify
> > the code.
> >
> > Signed-off-by: Geliang Tang <geliangtang@xxxxxxx>
> > ---
> > drivers/cpufreq/mt8173-cpufreq.c | 14 ++++----------
> > 1 file changed, 4 insertions(+), 10 deletions(-)
>
> Acked-by: Viresh Kumar <viresh.kumar@xxxxxxxxxx>

Applied, thanks!