[alsa-devel] [PATCH v2] ASoC: core: Initialize err for snd_soc_put_volsw_sx
Brian Austin
brian.austin at cirrus.com
Tue Apr 3 18:33:50 CEST 2012
sound/soc/soc-core.c: In function ‘snd_soc_put_volsw_sx’:
sound/soc/soc-core.c:2600: warning: ‘err’ may be used uninitialized in this function
Signed-off-by: Brian Austin <brian.austin at cirrus.com>
---
sound/soc/soc-core.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c
index 7b1a4fd..a6922bc 100644
--- a/sound/soc/soc-core.c
+++ b/sound/soc/soc-core.c
@@ -2586,7 +2586,7 @@ int snd_soc_put_volsw_sx(struct snd_kcontrol *kcontrol,
int max = mc->max;
int min = mc->min;
int mask = (1 << (fls(min + max) - 1)) - 1;
- int err;
+ int err = 0;
unsigned short val, val_mask, val2 = 0;
val_mask = mask << shift;
--
1.7.9.1
More information about the Alsa-devel
mailing list