]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
acpi_idle: add missing \n to printk
authorLen Brown <len.brown@intel.com>
Sat, 25 Sep 2010 00:50:02 +0000 (20:50 -0400)
committerLen Brown <len.brown@intel.com>
Wed, 29 Sep 2010 03:30:40 +0000 (23:30 -0400)
otherwise, these two lines print as one:

ACPI: acpi_idle yielding to intel_idle
ACPI: SSDT 3f5d8741 00203 (v02 PmRef  Cpu0Ist 00003000 INTL 20050624)

Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/processor_driver.c

index 15602189238942cc9db03b9d9f25c18823128ea0..347eb21b235302d44d0c5e2d768ce3a8870142f2 100644 (file)
@@ -850,7 +850,7 @@ static int __init acpi_processor_init(void)
                printk(KERN_DEBUG "ACPI: %s registered with cpuidle\n",
                        acpi_idle_driver.name);
        } else {
-               printk(KERN_DEBUG "ACPI: acpi_idle yielding to %s",
+               printk(KERN_DEBUG "ACPI: acpi_idle yielding to %s\n",
                        cpuidle_get_driver()->name);
        }