[PATCH] i2c: pnx: Fix timeout in wait functions
Andi Shyti
andi.shyti at kernel.org
Tue Dec 10 06:51:25 PST 2024
Hi Vladimir,
On Sat, Dec 07, 2024 at 12:19:34AM +0100, Vladimir Riabchun wrote:
> 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 at gmail.com>
good catch! Merged to i2c/i2c-host-fixes.
Thanks,
Andi
More information about the linux-arm-kernel
mailing list