From: Youquan Song Date: Tue, 18 Dec 2012 12:54:22 +0000 (+0100) Subject: intel_idle: pr_debug information need separated X-Git-Tag: v3.8-rc3~9^2~3^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=17915d582f9fe74efbd1c755f3ea5a5c2d9b3156;p=platform%2Fkernel%2Flinux-exynos.git intel_idle: pr_debug information need separated When debug kernel, the the below information is found: intel_idle: unaware of model 0x1a MWAIT 4 please contact lenb@kernel.orgACPI: Device input0 -> No ACPI support so this patch separates it. Signed-off-by: Youquan Song Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/idle/intel_idle.c b/drivers/idle/intel_idle.c index c49c04d..4ba384f 100644 --- a/drivers/idle/intel_idle.c +++ b/drivers/idle/intel_idle.c @@ -506,7 +506,7 @@ static int intel_idle_cpuidle_driver_init(void) if (*cpuidle_state_table[cstate].name == '\0') pr_debug(PREFIX "unaware of model 0x%x" " MWAIT %d please" - " contact lenb@kernel.org", + " contact lenb@kernel.org\n", boot_cpu_data.x86_model, cstate); continue; }