[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Z7Mf9PEVSEAnqV57@BLRRASHENOY1.amd.com>
Date: Mon, 17 Feb 2025 17:09:32 +0530
From: "Gautham R. Shenoy" <gautham.shenoy@....com>
To: Mario Limonciello <superm1@...nel.org>
Cc: Perry Yuan <perry.yuan@....com>,
Dhananjay Ugwekar <Dhananjay.Ugwekar@....com>,
"open list:X86 ARCHITECTURE (32-BIT AND 64-BIT)" <linux-kernel@...r.kernel.org>,
"open list:CPU FREQUENCY SCALING FRAMEWORK" <linux-pm@...r.kernel.org>,
Mario Limonciello <mario.limonciello@....com>
Subject: Re: [PATCH v2 10/17] cpufreq/amd-pstate-ut: Adjust variable scope
for amd_pstate_ut_check_freq()
On Fri, Feb 14, 2025 at 06:52:37PM -0600, Mario Limonciello wrote:
> From: Mario Limonciello <mario.limonciello@....com>
>
> The cpudata variable is only needed in the scope of the for loop. Move it
> there.
Makes sense.
Reviewed-by: Gautham R. Shenoy <gautham.shenoy@....com>
>
> Signed-off-by: Mario Limonciello <mario.limonciello@....com>
> ---
> v2:
> * new patch
>
> drivers/cpufreq/amd-pstate-ut.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/cpufreq/amd-pstate-ut.c b/drivers/cpufreq/amd-pstate-ut.c
> index b888a5877ad93..9db20ac357042 100644
> --- a/drivers/cpufreq/amd-pstate-ut.c
> +++ b/drivers/cpufreq/amd-pstate-ut.c
> @@ -186,10 +186,10 @@ static int amd_pstate_ut_check_perf(u32 index)
> static int amd_pstate_ut_check_freq(u32 index)
> {
> int cpu = 0;
> - struct amd_cpudata *cpudata = NULL;
>
> for_each_possible_cpu(cpu) {
> struct cpufreq_policy *policy __free(put_cpufreq_policy) = NULL;
> + struct amd_cpudata *cpudata;
>
> policy = cpufreq_cpu_get(cpu);
> if (!policy)
> --
> 2.43.0
>
--
Thanks and Regards
gautham.
Powered by blists - more mailing lists