Re: [PATCH 2/3] timekeeping: use proper ktime_add when adding nsecs in coarse offset

From: Arnd Bergmann
Date: Fri Jun 21 2019 - 10:30:09 EST


On Thu, Jun 20, 2019 at 4:12 PM Jason A. Donenfeld <Jason@xxxxxxxxx> wrote:
>
> While this doesn't actually amount to a real difference, since the macro
> evaluates to the same thing, every place else operates on ktime_t using
> these functions, so let's not break the pattern.
>
> Fixes: e3ff9c3678b4 ("timekeeping: Repair ktime_get_coarse*() granularity")
> Signed-off-by: Jason A. Donenfeld <Jason@xxxxxxxxx>
> Cc: Arnd Bergmann <arnd@xxxxxxxx>
> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx>

Acked-by: Arnd Bergmann <arnd@xxxxxxxx>