cpupowerutils: bench - Fix cpu online check
authorAbhishek Goel <huntbag@linux.vnet.ibm.com>
Tue, 7 Nov 2017 09:47:55 +0000 (15:17 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 3 Feb 2018 16:38:54 +0000 (17:38 +0100)
commit1d285c0440fe784e39e9110cc75ca21719b92ead
tree04c8773a98f30c2ae18af81ff46f97693dcbf27f
parent71341a8a703752278bbaf6e4502f78ff50e645f7
cpupowerutils: bench - Fix cpu online check

[ Upstream commit 53d1cd6b125fb9d69303516a1179ebc3b72f797a ]

cpupower_is_cpu_online was incorrectly checking for 0. This patch fixes
this by checking for 1 when the cpu is online.

Signed-off-by: Abhishek Goel <huntbag@linux.vnet.ibm.com>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/power/cpupower/bench/system.c