]> git.baikalelectronics.ru Git - kernel.git/commit
[NET PCMCIA]: drivers/net/pcmcia/smc91c92_cs.c : Use of time_after macro
authorMarcelo Feitoza Parisi <marcelo@feitoza.com.br>
Fri, 15 Jul 2005 17:00:41 +0000 (10:00 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 Jul 2005 17:00:41 +0000 (10:00 -0700)
commit39c527d3dab35d4f83ed22c0bd0899b179799b9b
tree0135b52b20a168053a25abd0649d4b9fa521873a
parent4427a9b1a9760c210d2fb85c07f72adc7d861266
[NET PCMCIA]: drivers/net/pcmcia/smc91c92_cs.c : Use of time_after macro

From: Marcelo Feitoza Parisi <marcelo@feitoza.com.br>

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 <marcelo@feitoza.com.br>
Signed-off-by: Domen Puncer <domen@coderock.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/pcmcia/smc91c92_cs.c