From: Subrata Modak <subrata@linux.vnet.ibm.com>
To: alsa-devel@alsa-project.org, Takashi Iwai <tiwai@suse.de>,
Isaku Yamahata <yamahata@private.email.ne.jp>,
Jaroslav Kysela <perex@perex.cz>,
George Hansper <ghansper@apana.org.au>
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 06/06] Fix compilation warning for sound/drivers/serial/u16550.c
Date: Wed, 15 Jul 2009 07:51:28 +0530 [thread overview]
Message-ID: <20090715022125.4481.17259.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/drivers/serial-u16550.c 2009-05-20 10:48:23.000000000 +0530
+++ b/sound/drivers/serial-u16550.c 2009-07-15 06:46:48.000000000 +0530
@@ -902,7 +902,7 @@ static int __devinit snd_uart16550_rmidi
static int __devinit snd_serial_probe(struct platform_device *devptr)
{
struct snd_card *card;
- struct snd_uart16550 *uart;
+ struct snd_uart16550 *uninitialized_var(uart);
int err;
int dev = devptr->id;
---
Regards--
Subrata
reply other threads:[~2009-07-15 2:21 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20090715022125.4481.17259.sendpatchset@subratamodak.linux.ibm.com \
--to=subrata@linux.vnet.ibm.com \
--cc=alsa-devel@alsa-project.org \
--cc=balbir@linux.vnet.ibm.com \
--cc=dhowells@redhat.com \
--cc=ghansper@apana.org.au \
--cc=linux-kernel@vger.kernel.org \
--cc=perex@perex.cz \
--cc=sachinp@linux.vnet.ibm.com \
--cc=tiwai@suse.de \
--cc=yamahata@private.email.ne.jp \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome