alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] ASoC: core: Initialize err for snd_soc_put_volsw_sx
@ 2012-04-03 16:33 Brian Austin
  2012-04-03 19:30 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Brian Austin @ 2012-04-03 16:33 UTC (permalink / raw)
  To: alsa-devel; +Cc: Brian Austin, broonie, lrg

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@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


_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] ASoC: core: Initialize err for snd_soc_put_volsw_sx
  2012-04-03 16:33 [PATCH v2] ASoC: core: Initialize err for snd_soc_put_volsw_sx Brian Austin
@ 2012-04-03 19:30 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2012-04-03 19:30 UTC (permalink / raw)
  To: Brian Austin; +Cc: alsa-devel, lrg


[-- Attachment #1.1: Type: text/plain, Size: 240 bytes --]

On Tue, Apr 03, 2012 at 11:33:50AM -0500, Brian Austin wrote:
> 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

Applied, thanks.

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-04-03 19:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-03 16:33 [PATCH v2] ASoC: core: Initialize err for snd_soc_put_volsw_sx Brian Austin
2012-04-03 19:30 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).