git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e93f21
)
mfd: cros_ec_spi: Use ktime_get_ns()
author
Thomas Gleixner
<tglx@linutronix.de>
Wed, 16 Jul 2014 21:04:41 +0000
(21:04 +0000)
committer
John Stultz
<john.stultz@linaro.org>
Wed, 23 Jul 2014 22:01:38 +0000
(15:01 -0700)
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>
No differences found