[PATCH net-next 03/11] ptp: tg3: use helpers for converting ns to timespec.

2015-03-31 Thread Richard Cochran
This patch changes the driver to use ns_to_timespec64() instead of open coding the same logic. Compile tested only. Signed-off-by: Richard Cochran --- drivers/net/ethernet/broadcom/tg3.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git

[PATCH net-next 03/11] ptp: tg3: use helpers for converting ns to timespec.

2015-03-31 Thread Richard Cochran
This patch changes the driver to use ns_to_timespec64() instead of open coding the same logic. Compile tested only. Signed-off-by: Richard Cochran richardcoch...@gmail.com --- drivers/net/ethernet/broadcom/tg3.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git