fbcon: replace snprintf in show functions with sysfs_emit
authorYang Guang <yang.guang5@zte.com.cn>
Tue, 30 Nov 2021 00:05:08 +0000 (08:05 +0800)
committerHelge Deller <deller@gmx.de>
Thu, 14 Apr 2022 19:56:19 +0000 (21:56 +0200)
commit16a54d4ee7c8aa1c4b59a91bea24799f48bcc5b5
treec8f110cb3da6680c88e5ab0bf83772ae61662528
parentd8bb92e70a434584f5b8a882eb46930cc22fd45a
fbcon: replace snprintf in show functions with sysfs_emit

Use sysfs_emit instead of scnprintf or sprintf.

Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: Yang Guang <yang.guang5@zte.com.cn>
Signed-off-by: Helge Deller <deller@gmx.de>
Link: https://patchwork.freedesktop.org/patch/msgid/0cb7ca73d9cd7162988a22a24cd18bbcd3d8bb27.1638156341.git.yang.guang5@zte.com.cn
drivers/video/fbdev/core/fbcon.c