Skip to content

Commit

Permalink
[ALSA] sound/pci/au88x0/au88x0.c: ioremap balanced with iounmap
Browse files Browse the repository at this point in the history
Signed-off-by: Amol Lad <amol@verismonetworks.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
  • Loading branch information
Amol Lad authored and Jaroslav Kysela committed Oct 6, 2006
1 parent a9edfc6 commit 8a238c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/pci/au88x0/au88x0.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ static int snd_vortex_dev_free(struct snd_device *device)
// Take down PCI interface.
synchronize_irq(vortex->irq);
free_irq(vortex->irq, vortex);
iounmap(vortex->mmio);
pci_release_regions(vortex->pci_dev);
pci_disable_device(vortex->pci_dev);
kfree(vortex);
Expand Down

0 comments on commit 8a238c7

Please sign in to comment.