Re: [PATCH] i2c: pnx: Fix timeout in wait functions
From: Andi Shyti
Date: Tue Dec 10 2024 - 09:53:49 EST
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@xxxxxxxxx>
good catch! Merged to i2c/i2c-host-fixes.
Thanks,
Andi