Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132409
b: refs/heads/master
c: 176f9c1
h: refs/heads/master
i:
  132407: c9b3b96
v: v3
  • Loading branch information
Jiri Slaby authored and Len Brown committed Mar 16, 2009
1 parent 66172b4 commit feb7ff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 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: 45e7798886af101c4a908a896bbba5a84ee5cc32
refs/heads/master: 176f9c1804df09f3e9b998c0642e212592ac6283
9 changes: 1 addition & 8 deletions trunk/drivers/acpi/bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -758,8 +758,7 @@ static int __init acpi_bus_init(void)
acpi_status status = AE_OK;
extern acpi_status acpi_os_initialize1(void);


status = acpi_os_initialize1();
acpi_os_initialize1();

status =
acpi_enable_subsystem(ACPI_NO_HARDWARE_INIT | ACPI_NO_ACPI_ENABLE);
Expand All @@ -769,12 +768,6 @@ static int __init acpi_bus_init(void)
goto error1;
}

if (ACPI_FAILURE(status)) {
printk(KERN_ERR PREFIX
"Unable to initialize ACPI OS objects\n");
goto error1;
}

/*
* ACPI 2.0 requires the EC driver to be loaded and work before
* the EC device is found in the namespace (i.e. before acpi_initialize_objects()
Expand Down

0 comments on commit feb7ff8

Please sign in to comment.