[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <655f122b-2c27-0629-15da-7a60348a6ddf@huawei.com>
Date: Tue, 29 Aug 2023 14:22:14 +0800
From: "Liao, Chang" <liaochang1@...wei.com>
To: Viresh Kumar <viresh.kumar@...aro.org>
CC: <rafael@...nel.org>, <linux-pm@...r.kernel.org>,
<linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] cpufreq: Fix inconsistency in error messages of
cpufreq_resume/suspend()
在 2023/8/29 14:01, Viresh Kumar 写道:
> On 28-08-23, 20:31, Liao, Chang wrote:
>> What about printing message like this below when cpufreq_start_governor() fails.
>>
>> diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c
>> index 50bbc969ffe5..b78b509429a6 100644
>> --- a/drivers/cpufreq/cpufreq.c
>> +++ b/drivers/cpufreq/cpufreq.c
>> @@ -1943,16 +1943,16 @@ void cpufreq_resume(void)
>>
>> if (ret)
>> - pr_err("%s: Failed to start governor for policy: %p\n",
>> - __func__, policy);
>> + pr_err("%s: Failed to start governor for policy%u\n",
>
> s/policy/CPU%u's policy/ ?
Sounds good, thanks.
--
BR
Liao, Chang
Powered by blists - more mailing lists