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)
* the EC parameters out of that.
*/
status = acpi_ec_ecdt_probe();
if (ACPI_FAILURE(status))
goto error1;
/* Ignore result. Not having an ECDT is not fatal. */
#endif
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