Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36076
b: refs/heads/master
c: 287af2f
h: refs/heads/master
v: v3
  • Loading branch information
Satoru Takeuchi authored and Greg Kroah-Hartman committed Sep 27, 2006
1 parent 2f6a43e commit 9d99a9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 753388c2e91c15c12550bb20dda05ce657cfdc3e
refs/heads/master: 287af2fbe902206fabd42ade4e94f77db900083e
2 changes: 1 addition & 1 deletion trunk/drivers/pci/hotplug/acpiphp_glue.c
Original file line number Diff line number Diff line change
Expand Up @@ -1074,9 +1074,9 @@ static int enable_device(struct acpiphp_slot *slot)

pci_bus_assign_resources(bus);
acpiphp_sanitize_bus(bus);
acpiphp_set_hpp_values(slot->bridge->handle, bus);
pci_enable_bridges(bus);
pci_bus_add_devices(bus);
acpiphp_set_hpp_values(slot->bridge->handle, bus);
acpiphp_configure_ioapics(slot->bridge->handle);

/* associate pci_dev to our representation */
Expand Down

0 comments on commit 9d99a9b

Please sign in to comment.