Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1686273
| From | Stephen Boyd <sboyd@codeaurora.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] PM / OPP: OF: Use pr_debug() instead of pr_err() while adding OPP table |
| Date | 2017-07-13 08:20 +0200 |
| Message-ID | <u2FDH-1Wm-7@gated-at.bofh.it> (permalink) |
| References | <u2gYF-2Rz-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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@free.fr> > Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> > --- Reviewed-by: Stephen Boyd <sboyd@codeaurora.org> -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] PM / OPP: OF: Use pr_debug() instead of pr_err() while adding OPP table Viresh Kumar <viresh.kumar@linaro.org> - 2017-07-12 06:00 +0200 Re: [PATCH] PM / OPP: OF: Use pr_debug() instead of pr_err() while adding OPP table Stephen Boyd <sboyd@codeaurora.org> - 2017-07-13 08:20 +0200
csiph-web