summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorAmol Lad <amol@verismonetworks.com>2006-10-16 14:39:03 +0200
committerChris Wright <chrisw@sous-sol.org>2006-11-03 17:33:44 -0800
commit0136d6eaf1356d5c484e84664f7688de895daaf6 (patch)
tree526d8d4cb6c4810d77196788a57ac5470dfbcf14 /sound
parent0189ff18b9354352be1bdc9f1741ead538196adf (diff)
[PATCH] sound/pci/au88x0/au88x0.c: ioremap balanced with iounmap
From: Amol Lad <amol@verismonetworks.com> Signed-off-by: Amol Lad <amol@verismonetworks.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Diffstat (limited to 'sound')
-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 ef189d7f09d3..6ed5ad59f5b5 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);