diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2014-07-16 21:04:41 +0000 |
---|---|---|
committer | John Stultz <john.stultz@linaro.org> | 2014-07-23 15:01:38 -0700 |
commit | 154adc14b1ce941b642a3775f2423c20d55c026b (patch) | |
tree | cb2adb99819dee88056513943d7df9cadfbe9b91 /kernel/bounds.c | |
parent | 9e93f21b4309572c646bd8141a4853be5c031523 (diff) | |
download | op-kernel-dev-154adc14b1ce941b642a3775f2423c20d55c026b.zip op-kernel-dev-154adc14b1ce941b642a3775f2423c20d55c026b.tar.gz |
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>
Diffstat (limited to 'kernel/bounds.c')
0 files changed, 0 insertions, 0 deletions