fbdev: gbefb: Convert sysfs snprintf to sysfs_emit
authorXuezhi Zhang <zhangxuezhi1@coolpad.com>
Tue, 18 Oct 2022 07:51:18 +0000 (15:51 +0800)
committerHelge Deller <deller@gmx.de>
Tue, 18 Oct 2022 08:28:41 +0000 (10:28 +0200)
commit0a974e6ae43b3a6aac63dfdfdf171be205fa370c
tree1516b4c56a7e7694aa3577eb3d614daf39aac20c
parent9750737130dc7b2e4c6f4f33e7e2381e49014299
fbdev: gbefb: Convert sysfs snprintf to sysfs_emit

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: Xuezhi Zhang <zhangxuezhi1@coolpad.com>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/video/fbdev/gbefb.c