Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297560
b: refs/heads/master
c: e0c6082
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Renninger authored and Dominik Brodowski committed Mar 3, 2012
1 parent c3bd691 commit 5c3cd05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0b37ee65e5d5e626b50852718ed72979160f7be0
refs/heads/master: e0c6082daeb982df70f00bbb122fed66f7f57c3e
7 changes: 0 additions & 7 deletions trunk/tools/power/cpupower/utils/cpuidle-info.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,6 @@ static void cpuidle_cpu_output(unsigned int cpu, int verbose)
printf(_("CPU %u: Can't read idle state info\n"), cpu);
return;
}
tmp = sysfs_get_idlestate_name(cpu, idlestates - 1);
if (!tmp) {
printf(_("Could not determine max idle state %u\n"),
idlestates - 1);
return;
}

printf(_("Number of idle states: %d\n"), idlestates);
printf(_("Available idle states:"));
for (idlestate = 0; idlestate < idlestates; idlestate++) {
Expand Down

0 comments on commit 5c3cd05

Please sign in to comment.