diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-12-03 17:51:42 +0000 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2020-12-07 18:34:44 +0200 |
commit | 88c15a6fbd9454d6a73213467152bd70a8896207 (patch) | |
tree | 05612b4275c107ef9f475a2c0b84088695467ea8 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 9b0467ed9a7d9aa3b0ce6fb99715fc7c1be9782b (diff) |
rtw88: coex: fix missing unitialization of variable 'interval'
Currently the variable 'interval' is not initialized and is only set
to 1 when oex_stat->bt_418_hid_existi is true. Fix this by inintializing
variable interval to 0 (which I'm assuming is the intended default).
Addresses-Coverity: ("Uninitalized scalar variable")
Fixes: 5b2e9a35e456 ("rtw88: coex: add feature to enhance HID coexistence performance")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20201203175142.1071738-1-colin.king@canonical.com
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions