From: Jesper Juhl <jesper.juhl@gmail.com>
To: Linux List <linux-kernel@vger.kernel.org>
Cc: Alan Cox <alan@redhat.com>, Jaroslav Kysela <perex@suse.cz>,
Thomas Sailer <sailer@ife.ee.ethz.ch>,
Zach Brown <zab@redhat.com>,
dwmw2@infradead.org, Andrew Morton <akpm@osdl.org>
Subject: [PATCH] remove unused out_pio label in i810_audio
Date: Tue, 10 Jan 2006 14:26:43 +0100 [thread overview]
Message-ID: <200601101426.44023.jesper.juhl@gmail.com> (raw)
From: Jesper Juhl <jesper.juhl@gmail.com>
When the patch titled "i810_audio: request_irq() fix" went in, the "out_pio"
label became unused, leading to this compiler warning :
sound/oss/i810_audio.c:3431: warning: label `out_pio' defined but not used
The following patch removes the now unused label.
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com
---
sound/oss/i810_audio.c | 1 -
1 files changed, 1 deletion(-)
--- linux-2.6.15-mm2-orig/sound/oss/i810_audio.c 2006-01-07 14:46:33.000000000 +0100
+++ linux-2.6.15-mm2/sound/oss/i810_audio.c 2006-01-10 14:22:56.000000000 +0100
@@ -3428,7 +3428,6 @@ out_iospace:
release_mem_region(card->ac97base_mmio_phys, 512);
release_mem_region(card->iobase_mmio_phys, 256);
}
-out_pio:
release_region(card->ac97base, 256);
out_region2:
release_region(card->iobase, 64);
reply other threads:[~2006-01-10 13:26 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=200601101426.44023.jesper.juhl@gmail.com \
--to=jesper.juhl@gmail.com \
--cc=akpm@osdl.org \
--cc=alan@redhat.com \
--cc=dwmw2@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=perex@suse.cz \
--cc=sailer@ife.ee.ethz.ch \
--cc=zab@redhat.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome