Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42759
b: refs/heads/master
c: b9d85b0
h: refs/heads/master
i:
  42757: a7e9427
  42755: 6932ed4
  42751: a78ab00
v: v3
  • Loading branch information
Amol Lad authored and Linus Torvalds committed Dec 7, 2006
1 parent a2ba8eb commit 58cb65a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: aa8a8d664828c7184a2e775fb50611324ef21b5c
refs/heads/master: b9d85b08c689dbf54b9943a02f73cb54c2b0fccf
2 changes: 2 additions & 0 deletions trunk/sound/oss/btaudio.c
Original file line number Diff line number Diff line change
Expand Up @@ -1020,6 +1020,7 @@ static int __devinit btaudio_probe(struct pci_dev *pci_dev,
fail2:
free_irq(bta->irq,bta);
fail1:
iounmap(bta->mmio);
kfree(bta);
fail0:
release_mem_region(pci_resource_start(pci_dev,0),
Expand Down Expand Up @@ -1051,6 +1052,7 @@ static void __devexit btaudio_remove(struct pci_dev *pci_dev)
free_irq(bta->irq,bta);
release_mem_region(pci_resource_start(pci_dev,0),
pci_resource_len(pci_dev,0));
iounmap(bta->mmio);

/* remove from linked list */
if (bta == btaudios) {
Expand Down

0 comments on commit 58cb65a

Please sign in to comment.