]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[PATCH] sound/pci/au88x0/au88x0.c: ioremap balanced with iounmap
authorAmol Lad <amol@verismonetworks.com>
Mon, 16 Oct 2006 12:39:03 +0000 (14:39 +0200)
committerChris Wright <chrisw@sous-sol.org>
Sat, 4 Nov 2006 01:33:44 +0000 (17:33 -0800)
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>
sound/pci/au88x0/au88x0.c

index ef189d7f09d387bad1ce3f85e70bc15284565d88..6ed5ad59f5b5c5051bb17f7762b2f2b46da6d360 100644 (file)
@@ -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);