diff options
| author | Peter Senna Tschudin <[email protected]> | 2016-11-09 09:55:04 +0100 |
|---|---|---|
| committer | Michael Ellerman <[email protected]> | 2016-11-14 20:06:00 +1100 |
| commit | 0e27d27e0d6d92342797e0d37738c276c1ff090e (patch) | |
| tree | 462e004ad4fc6967b4d3514e6711c8d6f49387a0 /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | 99e5cde5eae78bef95bfe7c16ccda87fb070149b (diff) | |
selftests/powerpc: Return false instead of -1 in require_paranoia_below()
Returning a negative value for a boolean function seem to have the
undesired effect of returning true. require_paranoia_below() is a
boolean function, but the variable used to store the return value is an
integer, receiving -1 or 0. This patch converts rc to bool, replaces -1
by false, and 0 by true.
mpe: This wasn't exhibiting in practice because the common case, where
we do the comparison of the desired level vs the current value, was
being compiled into a computation based on the result of the comparison,
ie. it wasn't using the default -1 value at all. However that was just
luck and the code is still wrong.
Signed-off-by: Peter Senna Tschudin <[email protected]>
Signed-off-by: Andrew Shadura <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions