From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] ptp_pch: use helpers function for converting between ns and timespec Date: Fri, 27 Apr 2018 15:22:42 -0400 (EDT) Message-ID: <20180427.152242.1168752739048631383.davem@davemloft.net> References: <20180427073618.12036-1-yuehaibing@huawei.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: richardcochran@gmail.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: yuehaibing@huawei.com Return-path: In-Reply-To: <20180427073618.12036-1-yuehaibing@huawei.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: YueHaibing Date: Fri, 27 Apr 2018 15:36:18 +0800 > use ns_to_timespec64() and timespec64_to_ns() instead of open coding > > Signed-off-by: YueHaibing Applied to net-next, thanks.