Re: [alsa-devel] [PATCH 1/1] ALSA: es1688: Use strcpy() instead of sprintf()

2017-03-20 Thread Takashi Iwai
On Mon, 13 Mar 2017 20:22:50 +0100, Nicolas Iooss wrote: > > There is no point in using sprintf() without a format string when > strcpy() can perform the same operation. > > Signed-off-by: Nicolas Iooss Applied, thanks. Takashi > --- > sound/isa/es1688/es1688_lib.c | 2 +- > 1 file changed

[PATCH 1/1] ALSA: es1688: Use strcpy() instead of sprintf()

2017-03-13 Thread Nicolas Iooss
There is no point in using sprintf() without a format string when strcpy() can perform the same operation. Signed-off-by: Nicolas Iooss --- sound/isa/es1688/es1688_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/isa/es1688/es1688_lib.c b/sound/isa/es1688/es1688_li