Skip to content

Commit

Permalink
Pull bugzilla-5452 into release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Len Brown committed Jun 15, 2006
2 parents 3e8e7c9 + 0eacee5 commit 35a5d9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/acpi/processor_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 35a5d9e

Please sign in to comment.