All of lore.kernel.org
 help / color / mirror / Atom feed
From: Subrata Modak <subrata@linux.vnet.ibm.com>
To: Jaroslav Kysela <erex@perex.cz>,
	alsa-devel@alsa-project.org,
	Mark Brown <broonie@opensource.wolfsonmicro.com>,
	Takashi Iwai <iwai@suse.de>
Cc: Sachin P Sant <sachinp@linux.vnet.ibm.com>,
	David Howells <dhowells@redhat.com>,
	Subrata Modak <subrata@linux.vnet.ibm.com>,
	Balbir Singh <balbir@linux.vnet.ibm.com>,
	LKML <linux-kernel@vger.kernel.org>
Subject: [PATCH 01/06] Fix compilation warning for sound/soc/codecs/wm8400.c
Date: Wed, 15 Jul 2009 07:48:30 +0530	[thread overview]
Message-ID: <20090715021826.4032.63752.sendpatchset@subratamodak.linux.ibm.com> (raw)

Following fix is inspired by David Howells fix few days back:
http://lkml.org/lkml/2009/7/9/109,

Signed-off-by: Subrata Modak<subrata@linux.vnet.ibm.com>,
---

--- a/sound/soc/codecs/wm8400.c	2009-06-15 07:52:31.000000000 +0530
+++ b/sound/soc/codecs/wm8400.c	2009-07-15 05:35:00.000000000 +0530
@@ -1015,7 +1015,7 @@ static int wm8400_set_dai_pll(struct snd
 {
 	struct snd_soc_codec *codec = codec_dai->codec;
 	struct wm8400_priv *wm8400 = codec->private_data;
-	struct fll_factors factors;
+	struct fll_factors uninitialized_var(factors);
 	int ret;
 	u16 reg;
 

---
Regards--
Subrata

             reply	other threads:[~2009-07-15  2:18 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-15  2:18 Subrata Modak [this message]
2009-07-15  4:43 ` [PATCH 01/06] Fix compilation warning for sound/soc/codecs/wm8400.c Jaswinder Singh Rajput
2009-07-15  8:28   ` Mark Brown
2009-07-15  8:28     ` Mark Brown
  -- strict thread matches above, loose matches on Subject: below --
2009-07-16 13:10 Subrata Modak
2009-07-16 13:23 ` [PATCH " Mark Brown
2009-07-16 13:23   ` Mark Brown
2009-07-16 13:34   ` Takashi Iwai
2009-07-16 13:34     ` Takashi Iwai
2009-07-16 13:47     ` Mark Brown
2009-07-16 13:51       ` Takashi Iwai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090715021826.4032.63752.sendpatchset@subratamodak.linux.ibm.com \
    --to=subrata@linux.vnet.ibm.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=balbir@linux.vnet.ibm.com \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=dhowells@redhat.com \
    --cc=erex@perex.cz \
    --cc=iwai@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sachinp@linux.vnet.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.