提交 64520947 编写于 作者: T Thomas Renninger 提交者: Rafael J. Wysocki

cpupower: Remove debug message when using cpupower idle-set -D switch

Signed-off-by: NThomas Renninger <trenn@suse.de>
Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
上级 20102ac5
...@@ -148,8 +148,6 @@ int cmd_idle_set(int argc, char **argv) ...@@ -148,8 +148,6 @@ int cmd_idle_set(int argc, char **argv)
(cpu, idlestate); (cpu, idlestate);
state_latency = sysfs_get_idlestate_latency state_latency = sysfs_get_idlestate_latency
(cpu, idlestate); (cpu, idlestate);
printf("CPU: %u - idlestate %u - state_latency: %llu - latency: %llu\n",
cpu, idlestate, state_latency, latency);
if (disabled == 1 || latency > state_latency) if (disabled == 1 || latency > state_latency)
continue; continue;
ret = sysfs_idlestate_disable ret = sysfs_idlestate_disable
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册