Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31995
b: refs/heads/master
c: 32917e5
h: refs/heads/master
i:
  31993: 5c4fc19
  31991: da2b90a
v: v3
  • Loading branch information
Patrick Mochel authored and Len Brown committed Jun 30, 2006
1 parent 0ae3279 commit 89100df
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 74b142e0fe039fcde42030c064763577e11ca004
refs/heads/master: 32917e5b589d813c9dc0f2d140d8c52898ddb6fb
2 changes: 2 additions & 0 deletions trunk/drivers/acpi/pci_root.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ static struct acpi_driver acpi_pci_root_driver = {
struct acpi_pci_root {
struct list_head node;
acpi_handle handle;
struct acpi_device * device;
struct acpi_pci_id id;
struct pci_bus *bus;
};
Expand Down Expand Up @@ -171,6 +172,7 @@ static int acpi_pci_root_add(struct acpi_device *device)
INIT_LIST_HEAD(&root->node);

root->handle = device->handle;
root->device = device;
strcpy(acpi_device_name(device), ACPI_PCI_ROOT_DEVICE_NAME);
strcpy(acpi_device_class(device), ACPI_PCI_ROOT_CLASS);
acpi_driver_data(device) = root;
Expand Down

0 comments on commit 89100df

Please sign in to comment.