Re: [PATCH v3 04/19] s390: kernel: Convert timeouts to use secs_to_jiffies()

2024-12-17 Thread Alexander Gordeev
On Tue, Dec 10, 2024 at 10:02:35PM +, Easwar Hariharan wrote: > Commit b35108a51cf7 ("jiffies: Define secs_to_jiffies()") introduced > secs_to_jiffies(). As the values here are a multiple of 1000, use > secs_to_jiffies() instead of msecs_to_jiffies to avoid the multiplication. > > This is conv

[PATCH v3 04/19] s390: kernel: Convert timeouts to use secs_to_jiffies()

2024-12-10 Thread Easwar Hariharan
Commit b35108a51cf7 ("jiffies: Define secs_to_jiffies()") introduced secs_to_jiffies(). As the values here are a multiple of 1000, use secs_to_jiffies() instead of msecs_to_jiffies to avoid the multiplication. This is converted using scripts/coccinelle/misc/secs_to_jiffies.cocci with the following