commit | 84d923ce4a70858c0b23afa5efb812df791b29f2 | [log] [tgz] |
---|---|---|
author | Richard Cochran <richardcochran@gmail.com> | Tue Mar 31 23:08:16 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 31 17:19:19 2015 -0400 |
tree | 1cfc43fef7206d9c85a92b5756287bc71fc0b55f | |
parent | e7ea55be29bb65e393ff17bd49ec9f5c12614108 [diff] |
ptp: cpts: use helpers for converting ns to timespec. This patch changes the driver to use ns_to_timespec64() and timespec64_to_ns() instead of open coding the same logic. Compile tested only. Signed-off-by: Richard Cochran <richardcochran@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>