From: Nicholas Mc Guire Date: Sat, 6 Jun 2015 07:51:51 +0000 (+0200) Subject: cosa: use msecs_to_jiffies for conversions X-Git-Tag: omap-for-v4.2/fixes-rc1^2~134^2~115 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb79c066bce8620fae04112b33c55f279b60d3e1;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed