Skip to content

Commit

Permalink
[PATCH] remove unused out_pio label in i810_audio
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jesper Juhl authored and Linus Torvalds committed Jan 12, 2006
1 parent eb3a729 commit 5c908a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sound/oss/i810_audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5c908a7

Please sign in to comment.