git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03b8dcb
)
net: rds: Use time_after() for time comparison
author
Manuel Schölling
<manuel.schoelling@gmx.de>
Sun, 18 May 2014 21:32:49 +0000
(23:32 +0200)
committer
David S. Miller
<davem@davemloft.net>
Mon, 19 May 2014 01:24:52 +0000
(21:24 -0400)
To be future-proof and for better readability the time comparisons are modified
to use time_after() instead of raw math.
Signed-off-by: Manuel Schölling <manuel.schoelling@gmx.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found