summaryrefslogtreecommitdiff
path: root/sound/pci
diff options
context:
space:
mode:
authorAmol Lad <amol@verismonetworks.com>2007-03-28 22:27:42 +0200
committerAdrian Bunk <bunk@stusta.de>2007-03-28 22:27:42 +0200
commitc3b31d080d8c2ae01cffda4bb136525124658df8 (patch)
treef49e597e92aa4373b2b650720d7fbac9493a70c5 /sound/pci
parentfc9f944188ec3a6eca05b9a9afce9a96c05b0f7a (diff)
sound/pci/au88x0/au88x0.c: ioremap balanced with iounmap
Signed-off-by: Amol Lad <amol@verismonetworks.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'sound/pci')
-rw-r--r--sound/pci/au88x0/au88x0.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/au88x0/au88x0.c b/sound/pci/au88x0/au88x0.c
index 7d9184f7367a..8e5ee8642650 100644
--- a/sound/pci/au88x0/au88x0.c
+++ b/sound/pci/au88x0/au88x0.c
@@ -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);