]> git.baikalelectronics.ru Git - kernel.git/commit
IB/ipath: Use time_before()/_after()
authorManuel Schölling <manuel.schoelling@gmx.de>
Sun, 25 May 2014 13:26:41 +0000 (15:26 +0200)
committerRoland Dreier <roland@purestorage.com>
Wed, 28 May 2014 16:57:06 +0000 (09:57 -0700)
commit0c4229d8f4d3e066cd53d348c8ce630a1d04ac3a
tree455552fb347948aac6db38e92bd8f95f73fa378d
parent4274a3cdfaea9828bdf166fc6a331dddf12c1723
IB/ipath: Use time_before()/_after()

Time comparisons must use time_after / time_before to avoid problems
when jiffies wraps.

Signed-off-by: Manuel Schölling <manuel.schoelling@gmx.de>
Signed-off-by: Roland Dreier <roland@purestorage.com>
drivers/infiniband/hw/ipath/ipath_intr.c
drivers/infiniband/hw/ipath/ipath_sdma.c