[PATCH] drivers/char/lp.c : Use of the time_after() macro
authorMarcelo Feitoza Parisi <marcelo@feitoza.com.br>
Sat, 10 Sep 2005 07:26:57 +0000 (00:26 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 10 Sep 2005 17:06:31 +0000 (10:06 -0700)
commit96757701336365e30bea9fccdfac087338954e09
tree4828b23c9023d215edeb818f0d7e94f456e3526a
parent82b44429e0c8a8fec8f36e98a725f516227dabc0
[PATCH] drivers/char/lp.c : Use of the time_after() macro

Use of the time_after() macro, defined at linux/jiffies.h, which deals 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: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/lp.c