]> asedeno.scripts.mit.edu Git - linux.git/commit
ptp: gianfar: use helpers for converting ns to timespec.
authorRichard Cochran <richardcochran@gmail.com>
Tue, 31 Mar 2015 21:08:10 +0000 (23:08 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 31 Mar 2015 21:19:18 +0000 (17:19 -0400)
commit3359e7c2e904eac4e76d5b8b5e9390a622863df8
tree4062de1ce9f3858f2c1346661116a9c10a4a360c
parentf7dcdefe362c06a36483679defb116dda02177e1
ptp: gianfar: 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>
drivers/net/ethernet/freescale/gianfar_ptp.c