]> git.baikalelectronics.ru Git - kernel.git/commit
timekeeping: Use proper ktime_add when adding nsecs in coarse offset
authorJason A. Donenfeld <Jason@zx2c4.com>
Fri, 21 Jun 2019 20:32:47 +0000 (22:32 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 22 Jun 2019 10:11:27 +0000 (12:11 +0200)
commit33668ac7e77d2bb1e3bfad97a549a5b6009d7806
treead52c1459f402db8064ed2f9a15d01e39ac85df5
parent551cb9424856cde290b22e99384efa0d01c03fd8
timekeeping: Use proper ktime_add when adding nsecs in coarse offset

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: 7acb4c781820 ("timekeeping: Repair ktime_get_coarse*() granularity")
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lkml.kernel.org/r/20190621203249.3909-1-Jason@zx2c4.com
kernel/time/timekeeping.c