diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2014-07-16 21:04:40 +0000 |
---|---|---|
committer | John Stultz <john.stultz@linaro.org> | 2014-07-23 10:18:07 -0700 |
commit | 9e93f21b4309572c646bd8141a4853be5c031523 (patch) | |
tree | c90ff5bf99d92a78308fd4b3ac7b54acaaccedcc /init | |
parent | f2dec1eae8029bb056a3c1b2d3373681fa8e3e7a (diff) | |
download | op-kernel-dev-9e93f21b4309572c646bd8141a4853be5c031523.zip op-kernel-dev-9e93f21b4309572c646bd8141a4853be5c031523.tar.gz |
connector: Use ktime_get_ns()
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>
Cc: Evgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: John Stultz <john.stultz@linaro.org>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions