aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorGustavo A. R. Silva <gustavo@embeddedor.com>2018-10-05 20:56:23 +0200
committerKalle Valo <kvalo@codeaurora.org>2018-10-13 20:23:56 +0300
commit7bfd82bff60ef572b9acef8ca32669ace1f50664 (patch)
tree198a2e198eadd03241cfd7a9e57c571ff4d36d08 /tools/perf/scripts/python/export-to-postgresql.py
parentath10k: htt_rx: fix signedness bug in ath10k_update_per_peer_tx_stats (diff)
downloadlinux-dev-7bfd82bff60ef572b9acef8ca32669ace1f50664.tar.xz
linux-dev-7bfd82bff60ef572b9acef8ca32669ace1f50664.zip
ath10k: remove unnecessary comparison of unsigned integer with < 0
There is no need to compare *ps_state_enable* with < 0 because such variable is of type u8 (8 bits, unsigned), making it impossible to hold a negative value. Fix this by removing such comparison. Addresses-Coverity-ID: 1473921 ("Unsigned compared against 0") 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-postgresql.py')
0 files changed, 0 insertions, 0 deletions