Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e9a64ed4 authored by Len Brown's avatar Len Brown
Browse files

acpi_idle: add missing \n to printk



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: default avatarLen Brown <len.brown@intel.com>
parent 3265eba0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
	}