]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
cpufreq: apple-soc: Use FIELD_MODIFY()
authorHans Zhang <18255117159@163.com>
Thu, 30 Apr 2026 16:32:13 +0000 (00:32 +0800)
committerViresh Kumar <viresh.kumar@linaro.org>
Tue, 5 May 2026 03:59:21 +0000 (09:29 +0530)
commit88e8df5904007ea53232237acf9ad02aeb992ece
treec3751e0d9c7bf5f1c2af44d54a787b572f366ab5
parent08a64b9bfc1c099ede2c881adfd7a49fd285e79f
cpufreq: apple-soc: Use FIELD_MODIFY()

Use FIELD_MODIFY() to remove open-coded bit manipulation.
No functional change intended.

Signed-off-by: Hans Zhang <18255117159@163.com>
Reviewed-by: Joshua Peisach <jpeisach@ubuntu.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/apple-soc-cpufreq.c