diff options
author | Dmitry Antipov <dmantipov@yandex.ru> | 2023-10-04 12:24:15 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@kernel.org> | 2023-10-09 09:56:20 +0300 |
commit | 71ffa1bcd7a0b8331c32a81ce90290daaf17fce2 (patch) | |
tree | 7a43393ca5862640c091f29463264cb5ede33018 /scripts/gdb/linux/utils.py | |
parent | 14a5b11532e850e7a748cbb4c74ac5c5abf18211 (diff) |
wifi: rtlwifi: use unsigned long for bt_coexist_8723 timestamp
Since 'bt_inq_page_start_time' of 'struct bt_coexist_8723' is
in jiffies, prefer 'unsigned long' over 'u32' to avoid possible
truncation in 'rtl8723e_dm_bt_inq_page_monitor()' and adjust
related code. Found with clang's -Wshorten-64-to-32, compile
tested only.
Signed-off-by: Dmitry Antipov <dmantipov@yandex.ru>
Acked-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20231004092418.73337-1-dmantipov@yandex.ru
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions