Re: [PATCH] x86,idle: pr_debug information need separated

2012-12-18 Thread Rafael J. Wysocki
On Tuesday, December 18, 2012 12:26:02 PM Youquan Song wrote:
> 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.

Applied to linux-pm.git/linux-next as v3.8 material.

Thanks,
Rafael


> Signed-off-by: Youquan Song 
> ---
>  drivers/idle/intel_idle.c |2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/idle/intel_idle.c b/drivers/idle/intel_idle.c
> index b0f6b4c..eae6e3b 100644
> --- a/drivers/idle/intel_idle.c
> +++ b/drivers/idle/intel_idle.c
> @@ -518,7 +518,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 l...@kernel.org",
> + " contact l...@kernel.org\n",
>   boot_cpu_data.x86_model, cstate);
>   continue;
>   }
> 
-- 
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] x86,idle: pr_debug information need separated

2012-12-17 Thread Youquan Song
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 
---
 drivers/idle/intel_idle.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/idle/intel_idle.c b/drivers/idle/intel_idle.c
index b0f6b4c..eae6e3b 100644
--- a/drivers/idle/intel_idle.c
+++ b/drivers/idle/intel_idle.c
@@ -518,7 +518,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 l...@kernel.org",
+   " contact l...@kernel.org\n",
boot_cpu_data.x86_model, cstate);
continue;
}
-- 
1.6.4.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/