commit | 96ff1c37a8453e72d91179987337d6159768a9e4 | [log] [tgz] |
---|---|---|
author | Richard Cochran <richardcochran@gmail.com> | Tue Mar 31 23:08:06 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 31 17:19:19 2015 -0400 |
tree | 4ae4f19d7e06f78cf3af1632a7e6066afd4ae8ce | |
parent | 84d923ce4a70858c0b23afa5efb812df791b29f2 [diff] |
ptp: blackfin: 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. Signed-off-by: Richard Cochran <richardcochran@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>