14a7004671
This code is beyond silly: struct timespec ts = ktime_get_ts(); ktime_t ktime = timespec_to_ktime(ts); Further down the code builds the delta of two ktime_t values and converts the result to nanoseconds. Use ktime_get_ns() and replace all the nonsense. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Eli Cohen <eli@mellanox.com> Signed-off-by: John Stultz <john.stultz@linaro.org> |
||
---|---|---|
.. | ||
alloc.c | ||
cmd.c | ||
cq.c | ||
debugfs.c | ||
eq.c | ||
fw.c | ||
health.c | ||
Kconfig | ||
mad.c | ||
main.c | ||
Makefile | ||
mcg.c | ||
mlx5_core.h | ||
mr.c | ||
pagealloc.c | ||
pd.c | ||
port.c | ||
qp.c | ||
srq.c | ||
uar.c |