Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36080
b: refs/heads/master
c: 0dad351
h: refs/heads/master
v: v3
  • Loading branch information
Satoru Takeuchi authored and Greg Kroah-Hartman committed Sep 27, 2006
1 parent 8d3a41e commit 2e8fc90
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: 24f8aa9b464b73e0553f092b747770940ee0ea54
refs/heads/master: 0dad3510ee82bcf8a380b81a2184a664a911ef9c
3 changes: 3 additions & 0 deletions trunk/drivers/pci/hotplug/acpiphp_glue.c
Original file line number Diff line number Diff line change
Expand Up @@ -1129,6 +1129,9 @@ static int disable_device(struct acpiphp_slot *slot)
func->bridge = NULL;
}

if (func->pci_dev)
pci_stop_bus_device(func->pci_dev);

acpiphp_bus_trim(func->handle);
/* try to remove anyway.
* acpiphp_bus_add might have been failed */
Expand Down

0 comments on commit 2e8fc90

Please sign in to comment.