diff options
Diffstat (limited to 'drivers/acpi/processor_core.c')
-rw-r--r-- | drivers/acpi/processor_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/processor_core.c b/drivers/acpi/processor_core.c index 235a51e328c3..44156e73de61 100644 --- a/drivers/acpi/processor_core.c +++ b/drivers/acpi/processor_core.c | |||
@@ -647,7 +647,7 @@ static int __cpuinit acpi_processor_start(struct acpi_device *device) | |||
647 | */ | 647 | */ |
648 | if (processor_device_array[pr->id] != NULL && | 648 | if (processor_device_array[pr->id] != NULL && |
649 | processor_device_array[pr->id] != device) { | 649 | processor_device_array[pr->id] != device) { |
650 | printk(KERN_WARNING "BIOS reported wrong ACPI id" | 650 | printk(KERN_WARNING "BIOS reported wrong ACPI id " |
651 | "for the processor\n"); | 651 | "for the processor\n"); |
652 | return -ENODEV; | 652 | return -ENODEV; |
653 | } | 653 | } |