]> www.infradead.org Git - users/jedix/linux-maple.git/commit
cpupower: Fix a bug where the -t option of the set subcommand was not working.
authorShinji Nomoto <fj5851bi@fujitsu.com>
Thu, 22 May 2025 06:10:58 +0000 (15:10 +0900)
committerShuah Khan <skhan@linuxfoundation.org>
Fri, 15 Aug 2025 16:49:13 +0000 (10:49 -0600)
commitb3eaf14f4c63fd6abc7b68c6d7a07c5680a6d8e5
tree9f464f64d656748bdb836fb8c951b9dc00042a2e
parent8f5ae30d69d7543eee0d70083daf4de8fe15d585
cpupower: Fix a bug where the -t option of the set subcommand was not working.

The set subcommand's -t option is documented as being available for boost
configuration, but it was not actually functioning due to a bug
in the option handling.

Link: https://lore.kernel.org/r/20250522061122.2149188-2-fj5851bi@fujitsu.com
Signed-off-by: Shinji Nomoto <fj5851bi@fujitsu.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/power/cpupower/utils/cpupower-set.c