summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorStanislaw Gruszka <sgruszka@redhat.com>2019-05-06 09:39:17 +0200
committerKalle Valo <kvalo@codeaurora.org>2019-05-28 14:29:30 +0300
commit8a03447dd311da2ad2df74dcf730a1a15f673379 (patch)
tree4eff6c6059d0cfe38033e43922fb7dc78628e637 /tools/perf/scripts/python/export-to-postgresql.py
parent3e66b7cc50ef921121babc91487e1fb98af1ba6e (diff)
rtw88: fix subscript above array bounds compiler warning
My compiler complains about: drivers/net/wireless/realtek/rtw88/phy.c: In function ‘rtw_phy_rf_power_2_rssi’: drivers/net/wireless/realtek/rtw88/phy.c:430:26: warning: array subscript is above array bounds [-Warray-bounds] linear = db_invert_table[i][j]; According to comment power_db should be in range 1 ~ 96 . To fix add check for boundaries before access the array. Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> Acked-by: Yan-Hsuan Chuang <yhchuang@realtek.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