From: Mario Limonciello <mario.limonciello@amd.com>
To: Dhruva Gole <d-gole@ti.com>,
Viresh Kumar <viresh.kumar@linaro.org>,
"Rafael J . Wysocki" <rafael.j.wysocki@intel.com>
Cc: linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] cpufreq: make cpufreq_boost_enabled return bool
Date: Wed, 26 Jun 2024 13:40:53 -0500 [thread overview]
Message-ID: <6c68f0f4-ebdd-4740-9930-99124c7a6ff5@amd.com> (raw)
In-Reply-To: <20240626084354.1762483-1-d-gole@ti.com>
On 6/26/2024 03:43, Dhruva Gole wrote:
> Since this function is supposed to return boost_enabled which is anyway
> a bool type make sure that it's return value is also marked as bool.
> This helps maintain better consistency in data types being used.
>
> Signed-off-by: Dhruva Gole <d-gole@ti.com>
> ---
>
> No functional changes, just noticed this as I was reviewing the patch,
> "cpufreq: Allow drivers to advertise boost enabled"
>
> drivers/cpufreq/cpufreq.c | 2 +-
> include/linux/cpufreq.h | 4 ++--
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c
> index e678ea7b0891..5704036f294a 100644
> --- a/drivers/cpufreq/cpufreq.c
> +++ b/drivers/cpufreq/cpufreq.c
> @@ -2874,7 +2874,7 @@ int cpufreq_enable_boost_support(void)
> }
> EXPORT_SYMBOL_GPL(cpufreq_enable_boost_support);
>
> -int cpufreq_boost_enabled(void)
> +bool cpufreq_boost_enabled(void)
> {
> return cpufreq_driver->boost_enabled;
> }
> diff --git a/include/linux/cpufreq.h b/include/linux/cpufreq.h
> index 20f7e98ee8af..523f81b7e2aa 100644
> --- a/include/linux/cpufreq.h
> +++ b/include/linux/cpufreq.h
> @@ -785,7 +785,7 @@ ssize_t cpufreq_show_cpus(const struct cpumask *mask, char *buf);
>
> #ifdef CONFIG_CPU_FREQ
> int cpufreq_boost_trigger_state(int state);
> -int cpufreq_boost_enabled(void);
> +bool cpufreq_boost_enabled(void);
> int cpufreq_enable_boost_support(void);
> bool policy_has_boost_freq(struct cpufreq_policy *policy);
>
> @@ -1164,7 +1164,7 @@ static inline int cpufreq_boost_trigger_state(int state)
> {
> return 0;
> }
> -static inline int cpufreq_boost_enabled(void)
> +static inline bool cpufreq_boost_enabled(void)
> {
> return 0;
If making the change to the function, I think you may as well also
change this to "false".
> }
>
> base-commit: 0fc4bfab2cd45f9acb86c4f04b5191e114e901ed
prev parent reply other threads:[~2024-06-26 18:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-26 8:43 Dhruva Gole
2024-06-26 18:40 ` Mario Limonciello [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6c68f0f4-ebdd-4740-9930-99124c7a6ff5@amd.com \
--to=mario.limonciello@amd.com \
--cc=d-gole@ti.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=rafael.j.wysocki@intel.com \
--cc=viresh.kumar@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®