commit | 9e93f21b4309572c646bd8141a4853be5c031523 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Wed Jul 16 21:04:40 2014 +0000 |
committer | John Stultz <john.stultz@linaro.org> | Wed Jul 23 10:18:07 2014 -0700 |
tree | c90ff5bf99d92a78308fd4b3ac7b54acaaccedcc | |
parent | f2dec1eae8029bb056a3c1b2d3373681fa8e3e7a [diff] |
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>