Re: [alsa-devel] [patch] ALSA: mixart: silence an uninitialized variable warning

2016-03-19 Thread Takashi Iwai
On Wed, 16 Mar 2016 08:42:13 +0100, Dan Carpenter wrote: > > We could print the uninitialized value of "stat" in the error message. > > Signed-off-by: Dan Carpenter Applied, thanks. Takashi > > diff --git a/sound/pci/mixart/mixart.c b/sound/pci/mixart/mixart.c > index bc81b9f..25c0ddd 10064

Re: [patch] ALSA: mixart: silence an uninitialized variable warning

2016-03-16 Thread walter harms
Am 16.03.2016 08:42, schrieb Dan Carpenter: > We could print the uninitialized value of "stat" in the error message. > > Signed-off-by: Dan Carpenter > > diff --git a/sound/pci/mixart/mixart.c b/sound/pci/mixart/mixart.c > index bc81b9f..25c0ddd 100644 > --- a/sound/pci/mixart/mixart.c > +++ b

[patch] ALSA: mixart: silence an uninitialized variable warning

2016-03-16 Thread Dan Carpenter
We could print the uninitialized value of "stat" in the error message. Signed-off-by: Dan Carpenter diff --git a/sound/pci/mixart/mixart.c b/sound/pci/mixart/mixart.c index bc81b9f..25c0ddd 100644 --- a/sound/pci/mixart/mixart.c +++ b/sound/pci/mixart/mixart.c @@ -132,7 +132,7 @@ static int mixa