From: S.Çağlar Onur Date: Mon, 18 Feb 2008 07:25:57 +0000 (-0800) Subject: [BLUETOOTH] net/bluetooth/hci_core.c: Use time_* macros X-Git-Tag: v2.6.25-rc3~126^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82453021b8be85171350c695d7ebafe7b517c812;p=pandora-kernel.git [BLUETOOTH] net/bluetooth/hci_core.c: Use time_* macros 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 Signed-off-by: S.Çağlar Onur Acked-by: Marcel Holtmann Signed-off-by: David S. Miller --- Reading git-diff-tree failed