From: Daniel Borkmann Date: Tue, 20 Aug 2013 10:22:00 +0000 (+0200) Subject: net: ipv6: igmp6_event_query: use msecs_to_jiffies X-Git-Tag: v3.12-rc1~132^2~233 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=846989635b368c41efd9079ec6fe0e8d2845ec11;p=pandora-kernel.git net: ipv6: igmp6_event_query: use msecs_to_jiffies Use proper API functions to calculate jiffies from milliseconds and not the crude method of dividing HZ by a value. This ensures more accurate values even in the case of strange HZ values. While at it, also simplify code in the mlh2 case by using max(). Signed-off-by: Daniel Borkmann Acked-by: Hannes Frederic Sowa Signed-off-by: David S. Miller --- Reading git-diff-tree failed