]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
thermal: intel: switch cpumask_get() to using cpumask_print_to_pagebuf()
authorYury Norov <ynorov@nvidia.com>
Tue, 3 Mar 2026 20:08:38 +0000 (15:08 -0500)
committerYury Norov <ynorov@nvidia.com>
Thu, 9 Apr 2026 17:28:05 +0000 (13:28 -0400)
commitf3d8bb94255117aa7b405c949277c874c1c496f0
treed25f942d2138c538cea83910160fcd7bbb2dc1fc
parent6f3aa76b3db44f93013702348c31d479931e681d
thermal: intel: switch cpumask_get() to using cpumask_print_to_pagebuf()

The function opencodes cpumask_print_to_pagebuf() with more generic
bitmap_print_to_pagebuf(). Switch to using the proper API.

Signed-off-by: Yury Norov <ynorov@nvidia.com>
drivers/thermal/intel/intel_powerclamp.c