From: Jesper Juhl <[email protected]>
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 <[email protected]
---
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);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]