Commit 461c312b authored by Len Brown's avatar Len Brown

[ACPI] For ThinkPad -- carry on in face of ECDT probe failure (Andi Kleen)

parent 76bb4f49
...@@ -634,8 +634,7 @@ acpi_bus_init (void) ...@@ -634,8 +634,7 @@ acpi_bus_init (void)
* the EC parameters out of that. * the EC parameters out of that.
*/ */
status = acpi_ec_ecdt_probe(); status = acpi_ec_ecdt_probe();
if (ACPI_FAILURE(status)) /* Ignore result. Not having an ECDT is not fatal. */
goto error1;
#endif #endif
status = acpi_initialize_objects(ACPI_FULL_INITIALIZATION); status = acpi_initialize_objects(ACPI_FULL_INITIALIZATION);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment