]> git.baikalelectronics.ru Git - kernel.git/commit
ptp: cpts: use helpers for converting ns to timespec.
authorRichard Cochran <richardcochran@gmail.com>
Tue, 31 Mar 2015 21:08:16 +0000 (23:08 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 31 Mar 2015 21:19:19 +0000 (17:19 -0400)
commit434dc573d7ad95ef317feed62e9416b581de5d65
tree1cfc43fef7206d9c85a92b5756287bc71fc0b55f
parentcca6103e58bc8895e9d4a8a1c0c170a189321c6d
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>
drivers/net/ethernet/ti/cpts.c