From: Marcelo Feitoza Parisi Date: Fri, 15 Jul 2005 10:16:42 +0000 (+0100) Subject: [PATCH] Use time_before in hamradio drivers X-Git-Tag: v2.6.14-rc1~1055^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd8749b4aa6b7502e234d72cb53c00a3bc27ed1b;p=pandora-kernel.git [PATCH] Use time_before in hamradio drivers Use of time_before() macro, defined at linux/jiffies.h, which deal with wrapping correctly and are nicer to read. Signed-off-by: Marcelo Feitoza Parisi Signed-off-by: Domen Puncer Signed-off-by: Ralf Baechle DL5RB baycom_epp.c | 3 ++- baycom_par.c | 3 ++- baycom_ser_fdx.c | 3 ++- baycom_ser_hdx.c | 3 ++- mkiss.c | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed