Re: [PATCH net-next V2 04/23] ptp: blackfin: convert to the 64 bit get/set time methods.

From: Richard Cochran
Date: Sun Mar 22 2015 - 03:27:51 EST


On Sun, Mar 22, 2015 at 03:28:46AM +0100, Arnd Bergmann wrote:
> I think it would be good to replace the open-coded
>
> ns = ts->tv_sec * 1000000000ULL;
> ns += ts->tv_nsec;
>
> here with a call to ns_to_timespec64(), here and in other drivers that you
> are already touching.

Yes, I'll do that as a follow on series.

Thanks,
Richard
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/