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

Commit 17915d58 authored by Youquan Song's avatar Youquan Song Committed by Rafael J. Wysocki
Browse files

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: default avatarYouquan Song <youquan.song@intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 92638e2f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
		}