[GIT PULL] Thermal control fix for 7.3-rc3
From: Rafael J. Wysocki (Intel)
Date: Thu Sep 10 2026 - 14:51:30 EST
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
thermal-7.3-rc3
with top-most commit 5ad0af4f4367202b1bc71813052fe39b5116cdb9
thermal: sysfs: switch to use scnprintf() to suppress truncation warning
on top of commit cee9395acd8043be0644b25c34bfa86623f2b935
Linux 7.3-rc1
to receive a thermal control fix for 7.3-rc3.
This replaces snprintf() with scnprintf() in the thermal core sysfs code
to avoid compiler warnings about potential truncation of the names of
the sysfs attributes (Andy Shevchenko)
Thanks!
---------------
Andy Shevchenko (1):
thermal: sysfs: switch to use scnprintf() to suppress truncation warning
---------------
drivers/thermal/thermal_sysfs.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)