cpufreq: amd-pstate: Fix min_perf assignment in amd_pstate_adjust_perf()
authorTor Vic <torvic9@mailbox.org>
Fri, 9 Feb 2024 15:42:26 +0000 (16:42 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 12 Feb 2024 15:40:28 +0000 (16:40 +0100)
commitb26ffbf800ae3c8d01bdf90d9cd8a37e1606ff06
tree005132bc1236586d04057dcb8baf91c4293e1384
parent4c7dbd85218d6e2ed0495bbaf40c1b1c6bac506b
cpufreq: amd-pstate: Fix min_perf assignment in amd_pstate_adjust_perf()

In the function amd_pstate_adjust_perf(), the 'min_perf' variable is set
to 'highest_perf' instead of 'lowest_perf'.

Fixes: 1d215f0319c2 ("cpufreq: amd-pstate: Add fast switch function for AMD P-State")
Reported-by: Oleksandr Natalenko <oleksandr@natalenko.name>
Reviewed-by: Perry Yuan <Perry.Yuan@amd.com>
Signed-off-by: Tor Vic <torvic9@mailbox.org>
Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
Cc: 6.1+ <stable@vger.kernel.org> # 6.1+
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/amd-pstate.c