Comment 51 for bug 620074

Revision history for this message
In , vapier (vapier-linux-kernel-bugs) wrote :

Adriaan: drivers shouldnt be manually doing comparison on jiffies values. there are helps in linux/jiffies.h for doing the comparison (time_before() / time_after()) and those should handle wrap arounds. if you do see a driver that is doing the wrong thing, i'd open another bug specifically about that (or post a patch yourself :D).