Re: [PATCH] ALSA: pci: echoaudio: remove variable which is a constant

2019-06-13 Thread Takashi Iwai
On Thu, 13 Jun 2019 18:04:23 +0200, Wolfram Sang wrote: > > Checking a variable which is always '1' has no use. > > Signed-off-by: Wolfram Sang > --- > > Only build tested. Found by static code analysis of similar patterns. Applied, thanks. Takashi

[PATCH] ALSA: pci: echoaudio: remove variable which is a constant

2019-06-13 Thread Wolfram Sang
Checking a variable which is always '1' has no use. Signed-off-by: Wolfram Sang --- Only build tested. Found by static code analysis of similar patterns. sound/pci/echoaudio/echoaudio_dsp.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/sound/pci/echoaudio/echoaudio