commit | 154adc14b1ce941b642a3775f2423c20d55c026b | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Wed Jul 16 21:04:41 2014 +0000 |
committer | John Stultz <john.stultz@linaro.org> | Wed Jul 23 15:01:38 2014 -0700 |
tree | cb2adb99819dee88056513943d7df9cadfbe9b91 | |
parent | 9e93f21b4309572c646bd8141a4853be5c031523 [diff] |
mfd: cros_ec_spi: 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> Acked-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: John Stultz <john.stultz@linaro.org>