Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39074
b: refs/heads/master
c: 8a238c7
h: refs/heads/master
v: v3
  • Loading branch information
Amol Lad authored and Jaroslav Kysela committed Oct 6, 2006
1 parent 691fa15 commit 6e209ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a9edfc60227a1dc5c741666ff252a6055b73b184
refs/heads/master: 8a238c7b6a2ec1852419e8fb8b8b0457c55c47e6
1 change: 1 addition & 0 deletions trunk/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 6e209ab

Please sign in to comment.