From: S.Caglar Onur Date: Fri, 28 Mar 2008 21:41:25 +0000 (-0700) Subject: drivers/net/tokenring/3c359.c: use time_* macros X-Git-Tag: v2.6.26-rc1~1138^2~270^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7aa69097acb86c118edaa5e339b714617062dfe;p=pandora-kernel.git drivers/net/tokenring/3c359.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