commit | 7879be810c05e7a1e6ef0dde65ad730d704535df | [log] [tgz] |
---|---|---|
author | Manuel Schölling <manuel.schoelling@gmx.de> | Sun May 25 20:07:02 2014 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun May 25 11:53:44 2014 -0700 |
tree | c44316faac58e1b6606de05626baf19caff672c3 | |
parent | bd215fb98cbb630a8736c58bbb2c12ee8caaeb6b [diff] |
staging: dgnc: Use time_after_eq() 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: Manuel Schölling <manuel.schoelling@gmx.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>