]> git.baikalelectronics.ru Git - kernel.git/commit
spi: replace snprintf in show functions with sysfs_emit
authorQing Wang <wangqing@vivo.com>
Fri, 15 Oct 2021 06:51:08 +0000 (23:51 -0700)
committerMark Brown <broonie@kernel.org>
Fri, 15 Oct 2021 15:11:01 +0000 (16:11 +0100)
commit0b60b297a5b152044e44beb090d6d6e54cfc117c
treec2eabeda31b2281f0494fa350fe039c68838d241
parent138945f8e5d33d921252b0a29f66e9cb3976a169
spi: replace snprintf in show functions with sysfs_emit

show() must not use snprintf() when formatting the value to be
returned to user space.

Fix the following coccicheck warning:
drivers/spi/spi-tle62x0.c:144: WARNING: use scnprintf or sprintf.

Use sysfs_emit instead of scnprintf or sprintf makes more sense.

Signed-off-by: Qing Wang <wangqing@vivo.com>
Link: https://lore.kernel.org/r/1634280668-4954-1-git-send-email-wangqing@vivo.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-tle62x0.c