commit | 294783e092217bb973b38dbefa11ec4c86878a0e | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Tue Mar 15 10:09:17 2016 +0300 |
committer | Takashi Iwai <tiwai@suse.de> | Tue Mar 15 10:01:16 2016 +0100 |
tree | b12122b8e3663f53363b1a8f2c195c0aedf75510 | |
parent | ca80e26a5995f078aa442f151b94cf4305e07ac4 [diff] |
ALSA: mixart: silence unitialized variable warnings We print can print the uninitialized memory on error. Which is an info leak, I suppose but it's basically harmless. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>