Re: [PATCH] net: cavium: liquidio: use helpers ns_to_timespec64()

2016-01-27 Thread David Miller
From: Kefeng Wang Date: Wed, 27 Jan 2016 17:34:37 +0800 > Convert the driver to use ns_to_timespec64() to keep consistency > with timespec64_to_ns() instead of open coding the same logic. > > Signed-off-by: Kefeng Wang Applied, thank you.

[PATCH] net: cavium: liquidio: use helpers ns_to_timespec64()

2016-01-27 Thread Kefeng Wang
Convert the driver to use ns_to_timespec64() to keep consistency with timespec64_to_ns() instead of open coding the same logic. Signed-off-by: Kefeng Wang --- drivers/net/ethernet/cavium/liquidio/lio_main.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/net/ethern