Re: [PATCH] PM / OPP: OF: Use pr_debug() instead of pr_err() while adding OPP table

From: Rafael J. Wysocki
Date: Fri Jul 21 2017 - 18:48:44 EST


On Wednesday, July 12, 2017 11:10:14 PM Stephen Boyd wrote:
> On 07/12, Viresh Kumar wrote:
> > Some platforms add the OPPs dynamically from platform specific drivers
> > instead of getting them statically from DT. The cpufreq-dt driver
> > already ignores the return value of dev_pm_opp_of_cpumask_add_table() to
> > not error out for such cases, but we still end up printing error message
> > from that routine. That's not nice.
> >
> > Convert the print message to use pr_debug() instead.
> >
> > Reported-by: Mason <slash.tmp@xxxxxxx>
> > Signed-off-by: Viresh Kumar <viresh.kumar@xxxxxxxxxx>
> > ---
>
> Reviewed-by: Stephen Boyd <sboyd@xxxxxxxxxxxxxx>

Applied, thanks!