Re: [Bluez-devel] [PATCH 14/14] net/bluetooth/hci_core.c: Use time_* macros

2008-02-17 Thread David Miller
From: Marcel Holtmann <[EMAIL PROTECTED]> Date: Thu, 14 Feb 2008 17:03:51 +0100 > since this is full serious of patches, I am not sure if it should go via > the subsystem maintainers or better applied as whole. In case of Linus > or Andrew decide to take them all at once and push them, this on is

Re: [Bluez-devel] [PATCH 14/14] net/bluetooth/hci_core.c: Use time_* macros

2008-02-14 Thread Marcel Holtmann
Hi, > The functions time_before, time_before_eq, time_after, and time_after_eq are > more robust for comparing jiffies against other values. > > So following patch implements usage of the time_after() macro, defined at > linux/jiffies.h, which deals with wrapping correctly > > Cc: [EMAIL PROTE