projects
/
wrapfs-4.14.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc9f944
)
sound/pci/au88x0/au88x0.c: ioremap balanced with iounmap
author
Amol Lad
<amol@verismonetworks.com>
Wed, 28 Mar 2007 20:27:42 +0000
(22:27 +0200)
committer
Adrian Bunk
<bunk@stusta.de>
Wed, 28 Mar 2007 20:27:42 +0000
(22:27 +0200)
Signed-off-by: Amol Lad <amol@verismonetworks.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
sound/pci/au88x0/au88x0.c
patch
|
blob
|
history
diff --git
a/sound/pci/au88x0/au88x0.c
b/sound/pci/au88x0/au88x0.c
index 7d9184f7367a87cc0b1ce9f05e1c1fa15db5ecc4..8e5ee864265022ee305266890c0ed4517c6cd688 100644
(file)
--- 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);