commit | d5c7d7f6427cd7c39353d09bf47bfbc7800b6a53 | [log] [tgz] |
---|---|---|
author | Asaf Vertz <asaf.vertz@tandemg.com> | Thu Jan 08 06:01:00 2015 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Thu Jan 22 18:10:15 2015 -0800 |
tree | 57a9217f78bc38954f841bea5194a350e1793f3b | |
parent | 0c49087462e8587c12ecfeaf1dd46fdc0ddc4532 [diff] |
e1000: fix time comparison To be future-proof and for better readability the time comparisons are modified to use time_after_eq() instead of plain, error-prone math. Signed-off-by: Asaf Vertz <asaf.vertz@tandemg.com> Acked-by: Jacob Keller <jacob.e.keller@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>