Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325173
b: refs/heads/master
c: b442bf7
h: refs/heads/master
i:
  325171: 07cca6e
v: v3
  • Loading branch information
Samuel Iglesias Gonsálvez authored and Greg Kroah-Hartman committed Sep 11, 2012
1 parent 2e8acc7 commit ba640a4
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 7987812295cd734a3ba55c9cd02f16fbaec64ace
refs/heads/master: b442bf738454d5eeaf695e45051e9fa7242bb9a3
3 changes: 3 additions & 0 deletions trunk/drivers/staging/ipack/bridges/tpci200.c
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,8 @@ static int tpci200_pci_probe(struct pci_dev *pdev,
goto out_err_info;
}

pci_dev_get(pdev);

/* Obtain a mapping of the carrier's PCI configuration registers */
ret = pci_request_region(pdev, TPCI200_CFG_MEM_BAR,
KBUILD_MODNAME " Configuration Memory");
Expand Down Expand Up @@ -741,6 +743,7 @@ static int tpci200_pci_probe(struct pci_dev *pdev,
out_err_ioremap:
pci_release_region(pdev, TPCI200_CFG_MEM_BAR);
out_err_pci_request:
pci_dev_put(pdev);
kfree(tpci200->info);
out_err_info:
kfree(tpci200);
Expand Down

0 comments on commit ba640a4

Please sign in to comment.