Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287951
b: refs/heads/master
c: 8ae0cfe
h: refs/heads/master
i:
  287949: af8318a
  287947: f1eecbf
  287943: 96c8f15
  287935: 76ae5a5
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed Feb 19, 2012
1 parent e4799d8 commit 4dca6c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 32aa64f77e032511079fec5ec0465aeb6d6c3891
refs/heads/master: 8ae0cfee2a727f698bda12e530f4879a9793c6c9
4 changes: 2 additions & 2 deletions trunk/drivers/atm/solos-pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1206,9 +1206,9 @@ static int fpga_probe(struct pci_dev *dev, const struct pci_device_id *id)

out_unmap_both:
pci_set_drvdata(dev, NULL);
pci_iounmap(dev, card->config_regs);
out_unmap_config:
pci_iounmap(dev, card->buffers);
out_unmap_config:
pci_iounmap(dev, card->config_regs);
out_release_regions:
pci_release_regions(dev);
out:
Expand Down

0 comments on commit 4dca6c2

Please sign in to comment.