]> www.infradead.org Git - users/jedix/linux-maple.git/commit
platform/x86: classmate-laptop: Replace snprintf in show functions with sysfs_emit
authorHongling Zeng <zenghongling@kylinos.cn>
Sat, 19 Oct 2024 05:44:26 +0000 (13:44 +0800)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Mon, 21 Oct 2024 10:40:12 +0000 (13:40 +0300)
commit90a7d74860044f12a359aa3611b5172b44b202dd
tree0ba652dc5ad37f26e437a61292712f62edc1e11c
parent3ea5eb68b9d624935108b5e696859304edfac202
platform/x86: classmate-laptop: Replace snprintf in show functions with sysfs_emit

show() must not use snprintf() when formatting the value to be
returned to user space.

Signed-off-by: Hongling Zeng <zenghongling@kylinos.cn>
Link: https://lore.kernel.org/r/20241019054426.8182-1-zenghongling@kylinos.cn
[ij: Added linux/sysfs.h include]
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
drivers/platform/x86/classmate-laptop.c