mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 13:41:51 +00:00
Pull bugzilla-5452 into release branch
This commit is contained in:
commit
35a5d9ed9f
@ -558,8 +558,8 @@ static int acpi_processor_start(struct acpi_device *device)
|
||||
*/
|
||||
if (processor_device_array[pr->id] != NULL &&
|
||||
processor_device_array[pr->id] != (void *)device) {
|
||||
ACPI_DEBUG_PRINT((ACPI_DB_ERROR, "BIOS reporting wrong ACPI id"
|
||||
"for the processor\n"));
|
||||
printk(KERN_WARNING "BIOS reported wrong ACPI id"
|
||||
"for the processor\n");
|
||||
return_VALUE(-ENODEV);
|
||||
}
|
||||
processor_device_array[pr->id] = (void *)device;
|
||||
|
Loading…
Reference in New Issue
Block a user