+2
−5
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Replace the ever recurring:
ts = ktime_get_ts();
ns = timespec_to_ns(&ts);
with
ns = ktime_get_ns();
Signed-off-by:
Thomas Gleixner <tglx@linutronix.de>
Acked-by:
Arnd Bergmann <arnd@arndb.de>
Acked-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by:
John Stultz <john.stultz@linaro.org>