vxge: Use time_before()
authorManuel Schölling <manuel.schoelling@gmx.de>
Mon, 19 May 2014 20:59:04 +0000 (22:59 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 21 May 2014 20:42:30 +0000 (16:42 -0400)
To be future-proof and for better readability the time comparisons are modified
to use time_before() instead of plain, error-prone math.

Signed-off-by: Manuel Schölling <manuel.schoelling@gmx.de>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found