Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166383
b: refs/heads/master
c: adc08e2
h: refs/heads/master
i:
  166381: a583597
  166379: 7affa2f
  166375: 395cc2b
  166367: 0f72d85
v: v3
  • Loading branch information
Bjorn Helgaas authored and Len Brown committed Sep 25, 2009
1 parent 84f9554 commit d6cffc8
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: 8e029bf0a611ea3995bd1fae0285cbaf6eed7f16
refs/heads/master: adc08e2035f1859d4b129f42b2c2305ef090d226
4 changes: 2 additions & 2 deletions trunk/drivers/acpi/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -1650,10 +1650,10 @@ int __init acpi_scan_init(void)
/*
* Enumerate devices in the ACPI namespace.
*/
result = acpi_bus_scan_fixed();
result = acpi_bus_scan(acpi_root->handle, &ops);

if (!result)
result = acpi_bus_scan(acpi_root->handle, &ops);
result = acpi_bus_scan_fixed();

if (result)
acpi_device_unregister(acpi_root, ACPI_BUS_REMOVAL_NORMAL);
Expand Down

0 comments on commit d6cffc8

Please sign in to comment.