Commit 35a5d9ed authored by Len Brown's avatar Len Brown

Pull bugzilla-5452 into release branch

parents 3e8e7c93 0eacee58
...@@ -558,8 +558,8 @@ static int acpi_processor_start(struct acpi_device *device) ...@@ -558,8 +558,8 @@ static int acpi_processor_start(struct acpi_device *device)
*/ */
if (processor_device_array[pr->id] != NULL && if (processor_device_array[pr->id] != NULL &&
processor_device_array[pr->id] != (void *)device) { processor_device_array[pr->id] != (void *)device) {
ACPI_DEBUG_PRINT((ACPI_DB_ERROR, "BIOS reporting wrong ACPI id" printk(KERN_WARNING "BIOS reported wrong ACPI id"
"for the processor\n")); "for the processor\n");
return_VALUE(-ENODEV); return_VALUE(-ENODEV);
} }
processor_device_array[pr->id] = (void *)device; processor_device_array[pr->id] = (void *)device;
......
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