mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] remove unused out_pio label in i810_audio
@ 2006-01-10 13:26 Jesper Juhl
  0 siblings, 0 replies; only message in thread
From: Jesper Juhl @ 2006-01-10 13:26 UTC (permalink / raw)
  To: Linux List
  Cc: Alan Cox, Jaroslav Kysela, Thomas Sailer, Zach Brown, dwmw2,
	Andrew Morton

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);


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-01-10 13:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-10 13:26 [PATCH] remove unused out_pio label in i810_audio Jesper Juhl

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