mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 23:52:08 +02:00
[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>
This commit is contained in:
parent
eb3a72921c
commit
5c908a74d9
|
|
@ -3427,7 +3427,6 @@ static int __devinit i810_probe(struct pci_dev *pci_dev, const struct pci_device
|
|||
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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user