[PATCH] remove unused out_pio label in i810_audio

From: Jesper Juhl
Date: Tue Jan 10 2006 - 08:25:25 EST


From: Jesper Juhl <jesper.juhl@xxxxxxxxx>

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@xxxxxxxxx
---
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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/