diff options
| author | Nicholas Mc Guire <[email protected]> | 2015-06-07 10:35:46 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2015-06-08 06:45:39 +0000 |
| commit | cbab1510afbb140f7a51d996eafc525ac316c667 (patch) | |
| tree | 087be29b4b55dd5ebf602c63181d5cb6a0274337 /net/unix/af_unix.c | |
| parent | cosa: use msecs_to_jiffies for conversions (diff) | |
| download | kernel-cbab1510afbb140f7a51d996eafc525ac316c667.tar.gz kernel-cbab1510afbb140f7a51d996eafc525ac316c667.zip | |
wan: dscc4: use msecs_to_jiffies for conversions
API compliance scanning with coccinelle flagged:
./drivers/net/wan/dscc4.c:1036:1-33:
WARNING: timeout (10) seems HZ dependent
./drivers/net/wan/dscc4.c:554:2-34:
WARNING: timeout (10) seems HZ dependent
./drivers/net/wan/dscc4.c:599:2-34:
WARNING: timeout (10) seems HZ dependent
Numeric constants passed to schedule_timeout_*() make the effective
timeout HZ dependent which does not seem to be the intent here.
Fixed up by converting the constant to jiffies with msecs_to_jiffies(),
passing 100ms (assuming HZ==100 in the original code).
Signed-off-by: Nicholas Mc Guire <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
