Re: [patch 1/1] drivers/net/pcmcia/smc91c92_cs.c : Use of time_after macro

2005-07-15 Thread David S. Miller
From: [EMAIL PROTECTED] Date: Thu, 14 Jul 2005 23:41:51 +0200 > Use of the time_after() macro, defined at linux/jiffies.h, which deal > with wrapping correctly and are nicer to read. > > Signed-off-by: Marcelo Feitoza Parisi <[EMAIL PROTECTED]> > Signed-off-by: Domen Puncer <[EMAIL PROTECTED]> P

[patch 1/1] drivers/net/pcmcia/smc91c92_cs.c : Use of time_after macro

2005-07-14 Thread domen
From: Marcelo Feitoza Parisi <[EMAIL PROTECTED]> Use of the time_after() macro, defined at linux/jiffies.h, which deal with wrapping correctly and are nicer to read. Signed-off-by: Marcelo Feitoza Parisi <[EMAIL PROTECTED]> Signed-off-by: Domen Puncer <[EMAIL PROTECTED]> --- smc91c92_cs.c |