Input: vivaldi - convert to use sysfs_emit_at() API
authorye xingchen <ye.xingchen@zte.com.cn>
Wed, 13 Dec 2023 06:41:50 +0000 (22:41 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 14 Dec 2023 05:26:12 +0000 (21:26 -0800)
commit51835758e8a9ce089c47358ea373de82309234de
treed91f5bfdf23551bb7ae069d16a851daa1fcd6e28
parent7c73226525702e89aad9fe4c4683826ed5e24361
Input: vivaldi - convert to use sysfs_emit_at() API

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

Signed-off-by: ye xingchen <ye.xingchen@zte.com.cn>
Link: https://lore.kernel.org/r/202212071644171074630@zte.com.cn
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/vivaldi-fmap.c