diff options
author | Dhananjay Ugwekar <dhananjay.ugwekar@amd.com> | 2025-02-05 14:25:12 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-02-21 16:11:20 +0300 |
commit | a6ef59d33dc8b4075ed1351884659a8bf67a2397 (patch) | |
tree | da7559e4ed40eedc8e5b1a44e4160365d63fa07c /scripts/generate_rust_analyzer.py | |
parent | 707b798ba027b550e628793f755be2334ae37670 (diff) | |
download | linux-a6ef59d33dc8b4075ed1351884659a8bf67a2397.tar.xz |
cpufreq/amd-pstate: Remove the goto label in amd_pstate_update_limits
commit d364eee14c682b141f4667efc3c65191339d88bd upstream.
Scope based guard/cleanup macros should not be used together with goto
labels. Hence, remove the goto label.
Fixes: 6c093d5a5b73 ("cpufreq/amd-pstate: convert mutex use to guard()")
Signed-off-by: Dhananjay Ugwekar <dhananjay.ugwekar@amd.com>
Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
Link: https://lore.kernel.org/r/20250205112523.201101-2-dhananjay.ugwekar@amd.com
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions