]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: ac97: Replace sprintf() with sysfs_emit()
authorTakashi Iwai <tiwai@suse.de>
Mon, 1 Aug 2022 16:56:33 +0000 (18:56 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 2 Aug 2022 14:03:41 +0000 (16:03 +0200)
commitbe94377fa91f92df41629f70fdd31eb93048aca4
tree1083fb9383aa86c4e58b7935bf2b612a30586318
parent40efa794358a100baac370cbd41f4a73dc054a1d
ALSA: ac97: Replace sprintf() with sysfs_emit()

For sysfs outputs, it's safer to use a new helper, sysfs_emit(),
instead of the raw sprintf() & co.  This patch replaces the open code
straightforwardly with a new helper.

Link: https://lore.kernel.org/r/20220801165639.26030-2-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/ac97/bus.c