Commit 17915d582f9fe74efbd1c755f3ea5a5c2d9b3156

Authored by Youquan Song
Committed by Rafael J. Wysocki
1 parent 92638e2fac

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 <youquan.song@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/idle/intel_idle.c
... ... @@ -506,7 +506,7 @@
506 506 if (*cpuidle_state_table[cstate].name == '\0')
507 507 pr_debug(PREFIX "unaware of model 0x%x"
508 508 " MWAIT %d please"
509   - " contact lenb@kernel.org",
  509 + " contact lenb@kernel.org\n",
510 510 boot_cpu_data.x86_model, cstate);
511 511 continue;
512 512 }