From: S.Caglar Onur Date: Fri, 28 Mar 2008 21:41:24 +0000 (-0700) Subject: drivers/net/arcnet/arcnet.c: use time_* macros X-Git-Tag: v2.6.26-rc1~1138^2~270^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9307b570a745da4f2d83195f5337927e98221bb2;p=pandora-kernel.git drivers/net/arcnet/arcnet.c: use time_* macros The functions time_before, time_before_eq, time_after, and time_after_eq are more robust for comparing jiffies against other values. So use the time_after() macro, defined in linux/jiffies.h, which deals with wrapping correctly. [akpm@linux-foundation.org: coding-style fixes] Signed-off-by: S.Caglar Onur Signed-off-by: Andrew Morton Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed