Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324205
b: refs/heads/master
c: 34e5484
h: refs/heads/master
i:
  324203: d2515e0
v: v3
  • Loading branch information
Bjorn Helgaas committed Aug 22, 2012
1 parent b45d439 commit b39621e
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 57fd9a4df562e7d2105a01ff57b4cdaa236c28ce
refs/heads/master: 34e548431a7a2e73121c4a452eb3d1b0659bd77f
3 changes: 1 addition & 2 deletions trunk/drivers/pci/hotplug/acpiphp_glue.c
Original file line number Diff line number Diff line change
Expand Up @@ -920,8 +920,7 @@ static int disable_device(struct acpiphp_slot *slot)
* here.
*/
while ((pdev = dev_in_slot(slot))) {
pci_stop_bus_device(pdev);
__pci_remove_bus_device(pdev);
pci_stop_and_remove_bus_device(pdev);
pci_dev_put(pdev);
}

Expand Down

0 comments on commit b39621e

Please sign in to comment.