summaryrefslogtreecommitdiff
path: root/sound/usb/mixer.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2020-03-13 14:02:41 +0100
committerTakashi Iwai <tiwai@suse.de>2020-03-13 15:59:04 +0100
commit0a7efa14e61ae2132fd718887deb28479b33386b (patch)
treebbc0c46cce80b04d5f35daeb1b19bd77d3aedff9 /sound/usb/mixer.c
parent296a37fd029dd8a911396e3c28e0bbd5a2720a5d (diff)
downloadlinux-0a7efa14e61ae2132fd718887deb28479b33386b.tar.gz
linux-0a7efa14e61ae2132fd718887deb28479b33386b.tar.bz2
linux-0a7efa14e61ae2132fd718887deb28479b33386b.zip
ALSA: hda: Use scnprintf() for string truncation
snd_hdac_codec_modalias() truncates the string to the given size and returns its size, but it returned a wrong size from snprintf(). snprintf() returns the would-be-output size, not the actual size. Use scnprintf() instead to return the correct size. Link: https://lore.kernel.org/r/20200313130241.8970-1-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/mixer.c')
0 files changed, 0 insertions, 0 deletions