]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
hwmon: (ads7871) Replace sprintf() with sysfs_emit()
authorTabrez Ahmed <tabreztalks@gmail.com>
Sat, 7 Mar 2026 08:38:15 +0000 (14:08 +0530)
committerGuenter Roeck <linux@roeck-us.net>
Tue, 31 Mar 2026 02:45:06 +0000 (19:45 -0700)
commit4cd4489493531fce9046a135c6b99ce1abdb9053
treece629fb38a17d7b281f69d3a0732d0b95f1a81a6
parent9828c651c62525e20afb73d35cd89869e561145a
hwmon: (ads7871) Replace sprintf() with sysfs_emit()

Use sysfs_emit() instead of sprintf() in the sysfs show function
voltage_show() to comply with the preferred kernel interface for
writing to sysfs buffers, which ensures PAGE_SIZE buffer limits
are respected.

No functional change intended.

Note: Not runtime tested due to lack of hardware.

Signed-off-by: Tabrez Ahmed <tabreztalks@gmail.com>
Link: https://lore.kernel.org/r/20260307083815.12095-1-tabreztalks@gmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/ads7871.c