aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2017-10-10 15:05:48 +0100
committerGreg Kroah-Hartman <[email protected]>2017-10-18 16:42:28 +0200
commitbc7d21ca2c150ecb0153a901fa99733f960ea461 (patch)
tree900f319a66edd8d3abee4f1c3717cf8c6240494a /tools/perf/scripts
parent2d10b8570416fd079c23f9d62fb7b88131938013 (diff)
staging: wilc1000: replace redundant computations with 0
Shifting and masking strHostIfSetMulti->enabled is redundant since enabled is a bool and so all the shifted and masked values will be zero. Replace them with zero to simplify the code. Detected by CoverityScan, CID#1339458 ("Bad shift operation") and CID#1339506 ("Operands don't affect result"). Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions