projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20102ac
)
cpupower: Remove debug message when using cpupower idle-set -D switch
author
Thomas Renninger
<
[email protected]
>
Thu, 22 Oct 2015 15:17:06 +0000
(17:17 +0200)
committer
Rafael J. Wysocki
<
[email protected]
>
Mon, 2 Nov 2015 01:28:59 +0000
(
02:28
+0100)
Signed-off-by: Thomas Renninger <
[email protected]
>
Signed-off-by: Rafael J. Wysocki <
[email protected]
>
tools/power/cpupower/utils/cpuidle-set.c
patch
|
blob
|
history
diff --git
a/tools/power/cpupower/utils/cpuidle-set.c
b/tools/power/cpupower/utils/cpuidle-set.c
index d45d8d775c021482ab7a4d113351c7f6abd9a9ac..9a9b7a337d7bed4736fa4ac45d15f170955b1478 100644
(file)
--- a/
tools/power/cpupower/utils/cpuidle-set.c
+++ b/
tools/power/cpupower/utils/cpuidle-set.c
@@
-148,8
+148,6
@@
int cmd_idle_set(int argc, char **argv)
(cpu, idlestate);
state_latency = sysfs_get_idlestate_latency
(cpu, idlestate);
- printf("CPU: %u - idlestate %u - state_latency: %llu - latency: %llu\n",
- cpu, idlestate, state_latency, latency);
if (disabled == 1 || latency > state_latency)
continue;
ret = sysfs_idlestate_disable