aboutsummaryrefslogtreecommitdiffstats
path: root/sound/oss/i810_audio.c
diff options
context:
space:
mode:
authorJesper Juhl <jesper.juhl@gmail.com>2006-01-11 12:17:43 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2006-01-11 18:42:13 -0800
commit5c908a74d90e693d9079f4238012d43b06231a70 (patch)
tree8c2f06c414320315b9bf882f1e445d7145f902a4 /sound/oss/i810_audio.c
parent[PATCH] kprobes: fix race in recovery of reentrant probe (diff)
downloadlinux-dev-5c908a74d90e693d9079f4238012d43b06231a70.tar.xz
linux-dev-5c908a74d90e693d9079f4238012d43b06231a70.zip
[PATCH] remove unused out_pio label in i810_audio
sound/oss/i810_audio.c:3431: warning: label `out_pio' defined but not used Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to '')
-rw-r--r--sound/oss/i810_audio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/oss/i810_audio.c b/sound/oss/i810_audio.c
index 4600cd6742ce..51a1b1b7b9c1 100644
--- a/sound/oss/i810_audio.c
+++ b/sound/oss/i810_audio.c
@@ -3427,7 +3427,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);