commit | 96757701336365e30bea9fccdfac087338954e09 | [log] [tgz] |
---|---|---|
author | Marcelo Feitoza Parisi <marcelo@feitoza.com.br> | Sat Sep 10 00:26:57 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Sep 10 10:06:31 2005 -0700 |
tree | 4828b23c9023d215edeb818f0d7e94f456e3526a | |
parent | 82b44429e0c8a8fec8f36e98a725f516227dabc0 [diff] |
[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>