aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/check-perf-trace.py
diff options
context:
space:
mode:
authorLars-Peter Clausen <[email protected]>2014-08-17 14:18:19 +0000
committerMark Brown <[email protected]>2014-08-17 14:33:11 +0000
commitc8e6e960733f4a5835265c15429fced4d2f1595e (patch)
tree433e3239e7041fbe628ea77921e6dd223b94412a /tools/perf/scripts/python/check-perf-trace.py
parentLinux 3.17-rc1 (diff)
downloadkernel-c8e6e960733f4a5835265c15429fced4d2f1595e.tar.gz
kernel-c8e6e960733f4a5835265c15429fced4d2f1595e.zip
ASoC: rcar: Use && instead of & for boolean expressions
Sparse spits out the following warning: sound/soc/sh/rcar/gen.c:250:21: warning: dubious: x & !y It does this because sometimes mixing boolean and bit-wise logic has not the intended result. In this case we are fine, but replacing the bit-wise '&' with the boolean '&&' silences the sparse warning. The generated code for both cases is the same. Signed-off-by: Lars-Peter Clausen <[email protected]> Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions