media: siano: Convert to use sysfs_emit_at() API
authorye xingchen <ye.xingchen@zte.com.cn>
Thu, 8 Dec 2022 03:40:06 +0000 (11:40 +0800)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Wed, 19 Jul 2023 10:57:46 +0000 (12:57 +0200)
commit2f7d0c94396e8df1db6a5bc3b6ea272d640e874d
tree721567e5919920c190bdef6ac263e7c4c0bee240
parent13e6756b68f0fce6491342f65837dfa47f8c4ba0
media: siano: 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>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
drivers/media/common/siano/smsdvb-debugfs.c