]> www.infradead.org Git - users/jedix/linux-maple.git/commit
cpufreq: Use str_enable_disable() helper
authorLifeng Zheng <zhenglifeng1@huawei.com>
Fri, 7 Feb 2025 03:59:53 +0000 (11:59 +0800)
committerViresh Kumar <viresh.kumar@linaro.org>
Fri, 7 Feb 2025 04:15:02 +0000 (09:45 +0530)
commit4ba6d37ccca1e4ac07ad660006bf130726a11ff7
treebbb181ebb4886b1fb203a1dd8988f5df079bb41a
parentdb1cafc77aaaf871509da06f4a864e9af6d6791f
cpufreq: Use str_enable_disable() helper

Commit f994c1cb6c43 ("cpufreq: Use str_enable_disable()-like helpers") has
already introduced helpers from string_choices.h and replaced ternary
syntax with it. Use str_enable_disable() helper in this line to stay
consistent.

Signed-off-by: Lifeng Zheng <zhenglifeng1@huawei.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/cpufreq.c