]> Gentwo Git Trees - linux/.git/commit
cpufreq/amd-pstate: Adjust return values in amd_pstate_update_status()
authorMario Limonciello (AMD) <superm1@kernel.org>
Thu, 9 Oct 2025 16:17:54 +0000 (11:17 -0500)
committerMario Limonciello (AMD) <superm1@kernel.org>
Tue, 11 Nov 2025 05:35:20 +0000 (23:35 -0600)
commit92d6146a40b2d5ce0b9dcc7b3ff28d57b4757ed1
treebc14003a5b1da9ea5711fd6379cfeab4fc9188f9
parentbaf106f3a7ba8bf317e1f9d32ee88955723cbc71
cpufreq/amd-pstate: Adjust return values in amd_pstate_update_status()

get_mode_idx_from_str() already checks the upper boundary for a string
sent.  Drop the extra check in amd_pstate_update_status() and pass
the return code if there is a failure.

Reviewed-by: Gautham R. Shenoy <gautham.shenoy@amd.com>
Signed-off-by: Mario Limonciello (AMD) <superm1@kernel.org>
drivers/cpufreq/amd-pstate.c