summaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/utils.py
diff options
context:
space:
mode:
authorStanislaw Gruszka <sgruszka@redhat.com>2019-05-06 10:39:17 +0300
committerKalle Valo <kvalo@codeaurora.org>2019-05-28 14:29:30 +0300
commit8a03447dd311da2ad2df74dcf730a1a15f673379 (patch)
tree4eff6c6059d0cfe38033e43922fb7dc78628e637 /scripts/gdb/linux/utils.py
parent3e66b7cc50ef921121babc91487e1fb98af1ba6e (diff)
downloadlinux-8a03447dd311da2ad2df74dcf730a1a15f673379.tar.xz
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 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions