]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: greybus: audio: Use sysfs_emit in show functions
authorShubham Chakraborty <chakrabortyshubham66@gmail.com>
Wed, 25 Feb 2026 07:12:12 +0000 (12:42 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Feb 2026 15:02:26 +0000 (07:02 -0800)
commit14c91651df343b2b66f46451c56362167fa3df3d
tree3c79d2db3d1fda19f7f3658cd7071f42d2c4c3cc
parent393b267e6f04a11d4b18b7dc1423fa59f173f72b
staging: greybus: audio: Use sysfs_emit in show functions

Refactor sprintf to sysfs_emit in all show functions of the greybus
audio manager module. This follows the standard kernel practice of
using sysfs_emit for sysfs attributes.

Signed-off-by: Shubham Chakraborty <chakrabortyshubham66@gmail.com>
Link: https://patch.msgid.link/20260225071212.9050-1-chakrabortyshubham66@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/greybus/audio_manager_module.c