aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-postgresql.py
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2017-04-13 15:13:46 +0100
committerGreg Kroah-Hartman <[email protected]>2017-04-18 13:54:25 +0200
commitff8d351d71f3261c964ce90d43ce6907e79e5fc4 (patch)
treeaac98e290f327977682bed73625e4db9ed11c81e /tools/perf/scripts/python/call-graph-from-postgresql.py
parentbaa7a586b5b4195268d53c5a69bbcd7db4ce19f2 (diff)
staging: rtl8723bs: remove redundant comparisons of unsigned ints with >= 0
The comparison of mode >= 0 is redundant as mode is a u32 and this is always true. Remove this redundant code. Detected with CoverityScan ("Unsigned compared against 0") Signed-off-by: Colin Ian King <[email protected]> Reviewed-by: Hans de Goede <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions