diff options
author | Dmitry Antipov <[email protected]> | 2023-10-04 12:24:15 +0300 |
---|---|---|
committer | Kalle Valo <[email protected]> | 2023-10-09 09:56:20 +0300 |
commit | 71ffa1bcd7a0b8331c32a81ce90290daaf17fce2 (patch) | |
tree | 7a43393ca5862640c091f29463264cb5ede33018 /tools/perf/scripts/python/compaction-times.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 <[email protected]>
Acked-by: Ping-Ke Shih <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/compaction-times.py')
0 files changed, 0 insertions, 0 deletions