platform/x86: hp-wmi: use sysfs_emit() instead of sprintf()
authorAi Chao <aichao@kylinos.cn>
Thu, 14 Mar 2024 06:37:03 +0000 (14:37 +0800)
committerHans de Goede <hdegoede@redhat.com>
Mon, 25 Mar 2024 14:44:03 +0000 (15:44 +0100)
commit6d9b262afe0ec1d6e0ef99321ca9d6b921310471
tree329a3577e866978ebc1b22c37fa858160956e78c
parent3ff5873602a874035ba28826852bd45393002a08
platform/x86: hp-wmi: use sysfs_emit() instead of sprintf()

Follow the advice in Documentation/filesystems/sysfs.rst:
show() should only use sysfs_emit() or sysfs_emit_at() when formatting
the value to be returned to user space.

Signed-off-by: Ai Chao <aichao@kylinos.cn>
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Link: https://lore.kernel.org/r/20240314063703.315841-1-aichao@kylinos.cn
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/x86/hp/hp-wmi.c