linux/tools/power
Prarit Bhargava 9da779c324 cpupower: Fix no-rounding MHz frequency output
'cpupower frequency-info -ln' returns kHz values on systems with MHz range
minimum CPU frequency range.  For example, on a 800MHz to 4.20GHz system
the command returns

hardware limits: 800000 MHz - 4.200000 GHz

The code that causes this error can be removed.  The next else if clause
will handle the output correctly such that

hardware limits: 800.000 MHz - 4.200000 GHz

is displayed correctly.

[v2]: Remove two lines instead of fixing broken code.

Signed-off-by: Prarit Bhargava <prarit@redhat.com>
Cc: Thomas Renninger <trenn@suse.com>
Cc: Stafford Horne <shorne@gmail.com>
Cc: Shuah Khan <shuah@kernel.org>
Reviewed-by: Stafford Horne <shorne@gmail.com>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
2017-11-03 09:28:02 -06:00
..
acpi ACPICA: acpidump: Add DSDT/FACS instance support for Linux and EFI 2017-08-03 23:34:16 +02:00
cpupower cpupower: Fix no-rounding MHz frequency output 2017-11-03 09:28:02 -06:00
pm-graph pm-graph: package makefile and man pages 2017-07-22 01:56:14 +02:00
x86 Revert "tools/power turbostat: stop migrating, unless '-m'" 2017-10-18 03:17:45 +02:00