On Mon, Aug 22, 2016 at 12:58 PM, Jiang, Dave wrote:
>
> On Mon, 2016-08-22 at 18:51 +0200, Nicholas Mc Guire wrote:
>> schedule_timeout_* takes a timeout in jiffies but the code currently
>> is
>> passing in a constant which makes this timeout HZ dependent, so pass
>> it
>> through msecs_to_jiffi
On Mon, 2016-08-22 at 18:51 +0200, Nicholas Mc Guire wrote:
> schedule_timeout_* takes a timeout in jiffies but the code currently
> is
> passing in a constant which makes this timeout HZ dependent, so pass
> it
> through msecs_to_jiffies() to fix this up.
>
> Signed-off-by: Nicholas Mc Guire
A
schedule_timeout_* takes a timeout in jiffies but the code currently is
passing in a constant which makes this timeout HZ dependent, so pass it
through msecs_to_jiffies() to fix this up.
Signed-off-by: Nicholas Mc Guire
---
Problem found by coccinelle script
The below patch sets the timeout to
3 matches
Mail list logo