diff options
author | 2024-12-07 00:19:34 +0100 | |
---|---|---|
committer | 2024-12-10 15:50:50 +0100 | |
commit | 7363f2d4c18557c99c536b70489187bb4e05c412 (patch) | |
tree | 565bdbbac1f68a9dd73ff6ec2a145c64a1fb034b /scripts/gdb/linux/utils.py | |
parent | Linux 6.13-rc2 (diff) | |
download | wireguard-linux-7363f2d4c18557c99c536b70489187bb4e05c412.tar.xz wireguard-linux-7363f2d4c18557c99c536b70489187bb4e05c412.zip |
i2c: pnx: Fix timeout in wait functions
Since commit f63b94be6942 ("i2c: pnx: Fix potential deadlock warning
from del_timer_sync() call in isr") jiffies are stored in
i2c_pnx_algo_data.timeout, but wait_timeout and wait_reset are still
using it as milliseconds. Convert jiffies back to milliseconds to wait
for the expected amount of time.
Fixes: f63b94be6942 ("i2c: pnx: Fix potential deadlock warning from del_timer_sync() call in isr")
Signed-off-by: Vladimir Riabchun <ferr.lambarginio@gmail.com>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions