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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to