Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754796AbdGUWsl (ORCPT ); Fri, 21 Jul 2017 18:48:41 -0400 Received: from cloudserver094114.home.net.pl ([79.96.170.134]:57044 "EHLO cloudserver094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753527AbdGUWsk (ORCPT ); Fri, 21 Jul 2017 18:48:40 -0400 From: "Rafael J. Wysocki" To: Stephen Boyd , Viresh Kumar Cc: Viresh Kumar , Nishanth Menon , linux-pm@vger.kernel.org, Vincent Guittot , Mason , linux-kernel@vger.kernel.org Subject: Re: [PATCH] PM / OPP: OF: Use pr_debug() instead of pr_err() while adding OPP table Date: Sat, 22 Jul 2017 00:40:46 +0200 Message-ID: <14322466.yTyg3YtxMl@aspire.rjw.lan> User-Agent: KMail/4.14.10 (Linux/4.12.0-rc1+; KDE/4.14.9; x86_64; ; ) In-Reply-To: <20170713061014.GU22780@codeaurora.org> References: <3b5b0e789b7296f7b38f4ab9503a53031280a672.1499831484.git.viresh.kumar@linaro.org> <20170713061014.GU22780@codeaurora.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 679 Lines: 17 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 > > Signed-off-by: Viresh Kumar > > --- > > Reviewed-by: Stephen Boyd Applied, thanks!