e1000: Use time_after() for time comparison
authorManuel Schölling <manuel.schoelling@gmx.de>
Fri, 23 May 2014 18:04:17 +0000 (18:04 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 4 Jun 2014 06:58:06 +0000 (23:58 -0700)
To be future-proof and for better readability the time comparisons are modified
to use time_after() instead of plain, error-prone math.

Signed-off-by: Manuel Schölling <manuel.schoelling@gmx.de>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>

No differences found