Re: [PATCH] RDMA/mlx5: Use secs_to_jiffies() instead of msecs_to_jiffies()

From: Jason Gunthorpe
Date: Mon Apr 07 2025 - 14:10:01 EST


On Wed, Feb 19, 2025 at 09:52:35PM +0100, Thorsten Blum wrote:
> Use secs_to_jiffies() and simplify the code.
>
> Signed-off-by: Thorsten Blum <thorsten.blum@xxxxxxxxx>
> ---
> drivers/infiniband/hw/mlx5/mr.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

I took another version of this because it got more of the
msecs_to_jiffies calls than this one.

Jason