summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authormydongistiny <jaysonedson@gmail.com>2018-05-12 21:48:11 +0530
committerDavide Garberi <dade.garberi@gmail.com>2022-07-27 18:37:11 +0200
commit405ae97b440b2a4d6d89a91b54fdf081642c8f93 (patch)
treee1d5fb86d99321173dc7c061ecd21424b0caefee /tools/perf/scripts/python
parent2932d29fe743f1a466c3359d306c08f4ababc9ac (diff)
qcacld-2.0: Fix logical-not-parentheses warning
../drivers/staging/qcacld-2.0/CORE/SME/src/csr/csrApiRoam.c:14828:13: warning: logical not is only applied to the left hand side of this bitwise operator [-Wlogical-not-parentheses] (!(pIes->RSN.RSN_Cap[0] >> 7) & 0x1))) ^ ~ ../drivers/staging/qcacld-2.0/CORE/SME/src/csr/csrApiRoam.c:14828:13: note: add parentheses after the '!' to evaluate the bitwise operator first (!(pIes->RSN.RSN_Cap[0] >> 7) & 0x1))) ^ ( ) ../drivers/staging/qcacld-2.0/CORE/SME/src/csr/csrApiRoam.c:14828:13: note: add parentheses around left hand side expression to silence this warning (!(pIes->RSN.RSN_Cap[0] >> 7) & 0x1))) ^ ( )
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions