diff options
author | Arnd Bergmann <[email protected]> | 2017-11-02 15:32:52 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2017-11-06 16:41:22 +0100 |
commit | 31408d16c21bf19587bf7c862354ea1b37a2ed9c (patch) | |
tree | 25b9a92ad3eaf41931280517ed88ef00d891210c /tools/perf | |
parent | 4b2d9fe8795074626a29579e9afeedd52f1eeb83 (diff) |
staging: greybus/loopback: use ktime_get() for time intervals
This driver is the only one using the deprecated timeval_to_ns()
helper. Changing it from do_gettimeofday() to ktime_get() makes
the code more efficient, more robust against concurrent
settimeofday(), more accurate and lets us get rid of that helper
in the future.
Signed-off-by: Arnd Bergmann <[email protected]>
Reviewed-by: Viresh Kumar <[email protected]>
Acked-by: Bryan O'Donoghue <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf')
0 files changed, 0 insertions, 0 deletions