Re: [PATCH] ptp: ixp46x: use helpers for converting ns to timespec

2016-01-29 Thread David Miller
From: Kefeng Wang Date: Thu, 28 Jan 2016 10:27:19 +0800 > Convert the driver to use ns_to_timespec64() and timespec64_to_ns() > instead of open coding the same logic. > > Signed-off-by: Kefeng Wang Applied, thanks.

Re: [PATCH] ptp: ixp46x: use helpers for converting ns to timespec

2016-01-29 Thread David Miller
From: Kefeng Wang Date: Thu, 28 Jan 2016 10:27:19 +0800 > Convert the driver to use ns_to_timespec64() and timespec64_to_ns() > instead of open coding the same logic. > > Signed-off-by: Kefeng Wang Applied, thanks.

Re: [PATCH] ptp: ixp46x: use helpers for converting ns to timespec

2016-01-28 Thread Richard Cochran
On Thu, Jan 28, 2016 at 10:27:19AM +0800, Kefeng Wang wrote: > Convert the driver to use ns_to_timespec64() and timespec64_to_ns() > instead of open coding the same logic. > > Signed-off-by: Kefeng Wang > --- > drivers/ptp/ptp_ixp46x.c | 7 ++- > 1 file changed, 2 insertions(+), 5

Re: [PATCH] ptp: ixp46x: use helpers for converting ns to timespec

2016-01-28 Thread Richard Cochran
On Thu, Jan 28, 2016 at 10:27:19AM +0800, Kefeng Wang wrote: > Convert the driver to use ns_to_timespec64() and timespec64_to_ns() > instead of open coding the same logic. > > Signed-off-by: Kefeng Wang > --- > drivers/ptp/ptp_ixp46x.c | 7 ++- > 1 file changed,

[PATCH] ptp: ixp46x: use helpers for converting ns to timespec

2016-01-27 Thread Kefeng Wang
Convert the driver to use ns_to_timespec64() and timespec64_to_ns() instead of open coding the same logic. Signed-off-by: Kefeng Wang --- drivers/ptp/ptp_ixp46x.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/ptp/ptp_ixp46x.c b/drivers/ptp/ptp_ixp46x.c index

[PATCH] ptp: ixp46x: use helpers for converting ns to timespec

2016-01-27 Thread Kefeng Wang
Convert the driver to use ns_to_timespec64() and timespec64_to_ns() instead of open coding the same logic. Signed-off-by: Kefeng Wang --- drivers/ptp/ptp_ixp46x.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/ptp/ptp_ixp46x.c