Re: [PATCH] drm/panel: Convert sysfs sprintf/snprintf family to sysfs_emit

2021-04-08 Thread Daniel Vetter
On Tue, Mar 30, 2021 at 09:54:48AM +0800, Tian Tao wrote: > Fix the following coccicheck warning: > drivers/gpu/drm/panel//panel-tpo-td043mtea1.c:217:8-16: WARNING: > use scnprintf or sprintf > drivers/gpu/drm/panel//panel-tpo-td043mtea1.c:189:8-16: WARNING: > use scnprintf or sprintf > >

[PATCH] drm/panel: Convert sysfs sprintf/snprintf family to sysfs_emit

2021-03-29 Thread Tian Tao
Fix the following coccicheck warning: drivers/gpu/drm/panel//panel-tpo-td043mtea1.c:217:8-16: WARNING: use scnprintf or sprintf drivers/gpu/drm/panel//panel-tpo-td043mtea1.c:189:8-16: WARNING: use scnprintf or sprintf Signed-off-by: Tian Tao --- drivers/gpu/drm/panel/panel-tpo-td043mtea1.c | 4