summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorGustavo A. R. Silva <gustavo@embeddedor.com>2018-08-29 20:50:18 +0300
committerKalle Valo <kvalo@codeaurora.org>2018-09-06 18:56:14 +0300
commit49925f24701600433d0342135e9963818c6b0238 (patch)
tree090637a3a015d4f881382544e425681599bc8a85 /tools/perf/scripts/python/export-to-sqlite.py
parent713358c321f4f8553afe956c0d5e9a87b43d561e (diff)
downloadlinux-49925f24701600433d0342135e9963818c6b0238.tar.xz
wil6210: fix unsigned cid comparison with >= 0
The comparison of cid >= 0 is always true because cid is of type u8 (8 bits, unsigned). Fix this by removing such comparison and updating the type of variable cid to u8 in the caller function. Addresses-Coverity-ID: 1473079 ("Unsigned compared against 0") Fixes: b9010f105f21 ("wil6210: add FT roam support for AP and station") Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions