From: Daniel Borkmann Date: Tue, 20 Aug 2013 10:22:01 +0000 (+0200) Subject: net: ipv6: minor: *_start_timer: rather use unsigned long X-Git-Tag: v3.12-rc1~132^2~232 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2cef4e88808cc566956605a39a96080912c0566;p=pandora-kernel.git net: ipv6: minor: *_start_timer: rather use unsigned long For the functions mld_gq_start_timer(), mld_ifc_start_timer(), and mld_dad_start_timer(), rather use unsigned long than int as we operate only on unsigned values anyway. This seems more appropriate as there is no good reason to do type conversions to int, that could lead to future errors. Signed-off-by: Daniel Borkmann Acked-by: Hannes Frederic Sowa Signed-off-by: David S. Miller --- Reading git-diff-tree failed