commit | fb79c066bce8620fae04112b33c55f279b60d3e1 | [log] [tgz] |
---|---|---|
author | Nicholas Mc Guire <hofrat@osadl.org> | Sat Jun 06 09:51:51 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sun Jun 07 23:45:39 2015 -0700 |
tree | 1f68474fa2faef3091d58c834186cd609b5368f1 | |
parent | 7cf7fa529d0b6b514949cc67b39e3ce406c37006 [diff] |
cosa: use msecs_to_jiffies for conversions API compliance scanning with coccinelle flagged: ./drivers/net/wan/cosa.c:520:2-18: WARNING: timeout (30) seems HZ dependent Numeric constants passed to schedule_timeout() make the effective timeout HZ dependent which makes little sense in a device probe. Fixed up by converting the constant to jiffies with msecs_to_jiffies() Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org> Signed-off-by: David S. Miller <davem@davemloft.net>