Messages in this thread |  | | Date | Tue, 5 May 2026 09:29:36 +0530 | | From | Viresh Kumar <> | | Subject | Re: [PATCH 0/2] *cpufreq: Use FIELD_MODIFY() for bitfield operations |
| |
On 01-05-26, 00:32, Hans Zhang wrote: > Replace open-coded bitfield modifications with the standard FIELD_MODIFY() > macro. This improves code readability and safety without functional > changes. > > FIELD_MODIFY() internally performs the same mask-clear + set operation but > adds type checking and compile-time field boundary verification. > > Hans Zhang (2): > cpufreq/amd-pstate: Use FIELD_MODIFY() > cpufreq: apple-soc: Use FIELD_MODIFY() > > drivers/cpufreq/amd-pstate.c | 26 ++++++++++---------------- > drivers/cpufreq/apple-soc-cpufreq.c | 6 ++---- > 2 files changed, 12 insertions(+), 20 deletions(-)
Applied. Thanks.
-- viresh
|  |