commit | 0f9a2a9c08ad3579822503d5cfa1f6b128c28a99 | [log] [tgz] |
---|---|---|
author | Asaf Vertz <asaf.vertz@tandemg.com> | Sun Dec 14 10:34:18 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Dec 15 11:44:21 2014 -0500 |
tree | 9197bd487bda147a824debdce1bfae1861daedf5 | |
parent | c5e44b69854294df7234a4f898b2d05adee1a0d5 [diff] |
cirrus: cs89x0: fix time comparison To be future-proof and for better readability the time comparisons are modified to use time_before, time_after, and time_after_eq instead of plain, error-prone math. Signed-off-by: Asaf Vertz <asaf.vertz@tandemg.com> Signed-off-by: David S. Miller <davem@davemloft.net>