]> git.karo-electronics.de Git - karo-tx-linux.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)
commitcd7d1eab8545c6b7bbcd03dd723247ce1bb9954b
tree0247283698152a67a92137333d0b2e31d40b6f46
parentebe2aa911fc85b7c1ce6c433dec72a4b044b22c6
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