summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorMatthias Kaehlcke <mka@chromium.org>2017-04-06 16:31:41 -0700
committerAlistair Strachan <astrachan@google.com>2018-05-04 21:43:20 +0000
commit3817f7d606affa8ac0821692637018f941aaaabe (patch)
treec949227528f8e8290e66cbe068fe09d63444143b /tools/perf/scripts/python
parentcb9daa6fb78fbd4405414310a7a3a1321793215c (diff)
UPSTREAM: mac80211: Fix clang warning about constant operand in logical operation
When clang detects a non-boolean constant in a logical operation it generates a 'constant-logical-operand' warning. In ieee80211_try_rate_control_ops_get() the result of strlen(<const str>) is used in a logical operation, clang resolves the expression to an (integer) constant at compile time when clang's builtin strlen function is used. Change the condition to check for strlen() > 0 to make the constant operand boolean and thus avoid the warning. Signed-off-by: Matthias Kaehlcke <mka@chromium.org> Signed-off-by: Johannes Berg <johannes.berg@intel.com> (cherry picked from commit 93f56de259376d7e4fff2b2d104082e1fa66e237) Bug: 78886293 Change-Id: Ia819eb188699c1d81047c0dfa143da52c6cb490c Signed-off-by: Alistair Strachan <astrachan@google.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions