Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23215
b: refs/heads/master
c: 0cccd0c
h: refs/heads/master
i:
  23213: 44a0820
  23211: e40edc2
  23207: 6824d3d
  23199: 1c9f072
v: v3
  • Loading branch information
MUNEDA Takahiro authored and Greg Kroah-Hartman committed Mar 23, 2006
1 parent df842ea commit 3ac8a25
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: e27da3814170385a4d2797397d706e554635812d
refs/heads/master: 0cccd0c20677e8a9da40018632f1b6c487ba2bd5
4 changes: 2 additions & 2 deletions trunk/drivers/pci/hotplug/acpiphp_glue.c
Original file line number Diff line number Diff line change
Expand Up @@ -972,8 +972,8 @@ static int enable_device(struct acpiphp_slot *slot)
acpiphp_sanitize_bus(bus);
pci_enable_bridges(bus);
pci_bus_add_devices(bus);
acpiphp_set_hpp_values(DEVICE_ACPI_HANDLE(&bus->self->dev), bus);
acpiphp_configure_ioapics(DEVICE_ACPI_HANDLE(&bus->self->dev));
acpiphp_set_hpp_values(slot->bridge->handle, bus);
acpiphp_configure_ioapics(slot->bridge->handle);

/* associate pci_dev to our representation */
list_for_each (l, &slot->funcs) {
Expand Down

0 comments on commit 3ac8a25

Please sign in to comment.