]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: es1688: Use strcpy() instead of sprintf()
authorNicolas Iooss <nicolas.iooss_linux@m4x.org>
Mon, 13 Mar 2017 19:22:50 +0000 (20:22 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 20 Mar 2017 11:24:34 +0000 (12:24 +0100)
commit4d92f48cba24adb18db0f349fa8b39d3ed0b1736
tree0247283698152a67a92137333d0b2e31d40b6f46
parent9e47fee901e4050842c623cda4c93302e7640a16
ALSA: es1688: Use strcpy() instead of sprintf()

There is no point in using sprintf() without a format string when
strcpy() can perform the same operation.

Signed-off-by: Nicolas Iooss <nicolas.iooss_linux@m4x.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/isa/es1688/es1688_lib.c