linux/tools/power/x86/intel-speed-select
Prarit Bhargava 522586a9d5 tools/power/x86/intel-speed-select: Output success/failed for command output
Command output has confusing data, returning "0" on success.  For example

|# ./intel-speed-select -c 14 turbo-freq enable
Intel(R) Speed Select Technology
Executing on CPU model:106[0x6a]
 package-1
   die-0
     cpu-14
       turbo-freq
         enable:0

To avoid confusion change the command output to 'success' or 'failed'.

v2: Remove help output line.

Signed-off-by: Prarit Bhargava <prarit@redhat.com>
Acked-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Cc: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Cc: David Arcari <darcari@redhat.com>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
2019-09-07 21:19:13 +03:00
..
.gitignore tools/power/x86/intel-speed-select: Add .gitignore file 2019-07-12 16:00:38 +03:00
Build
isst-config.c tools/power/x86/intel-speed-select: Output success/failed for command output 2019-09-07 21:19:13 +03:00
isst-core.c tools/power/x86/intel-speed-select: Fix a read overflow in isst_set_tdp_level_msr() 2019-09-07 21:19:05 +03:00
isst-display.c tools/power/x86/intel-speed-select: Output success/failed for command output 2019-09-07 21:19:13 +03:00
isst.h
Makefile