Skip to content
Commit 119320f4 authored by Jason A. Donenfeld's avatar Jason A. Donenfeld Committed by Paul Gortmaker
Browse files

timekeeping: Use proper ktime_add when adding nsecs in coarse offset

commit 0354c1a3 upstream.

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: e3ff9c36

 ("timekeeping: Repair ktime_get_coarse*() granularity")
Signed-off-by: default avatarJason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Reviewed-by: default avatarArnd Bergmann <arnd@arndb.de>
Link: https://lkml.kernel.org/r/20190621203249.3909-1-Jason@zx2c4.com


Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 57465a3a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment