aboutsummaryrefslogtreecommitdiffstats
path: root/lib/test_xarray.c
diff options
context:
space:
mode:
authorPiotr Wojtaszczyk <[email protected]>2024-06-28 15:25:42 +0000
committerAndi Shyti <[email protected]>2024-07-03 22:17:47 +0000
commitf63b94be6942ba82c55343e196bd09b53227618e (patch)
tree5f6640b0fc857d51711a0911ee8ea9a8f909833b /lib/test_xarray.c
parentLinux 6.10-rc6 (diff)
downloadkernel-f63b94be6942ba82c55343e196bd09b53227618e.tar.gz
kernel-f63b94be6942ba82c55343e196bd09b53227618e.zip
i2c: pnx: Fix potential deadlock warning from del_timer_sync() call in isr
When del_timer_sync() is called in an interrupt context it throws a warning because of potential deadlock. The timer is used only to exit from wait_for_completion() after a timeout so replacing the call with wait_for_completion_timeout() allows to remove the problematic timer and its related functions altogether. Fixes: 41561f28e76a ("i2c: New Philips PNX bus driver") Signed-off-by: Piotr Wojtaszczyk <[email protected]> Signed-off-by: Andi Shyti <[email protected]>
Diffstat (limited to 'lib/test_xarray.c')
0 files changed, 0 insertions, 0 deletions