From: Thomas Gleixner Date: Wed, 16 Jul 2014 21:03:55 +0000 (+0000) Subject: ktime: Sanitize ktime_to_us/ms conversion X-Git-Tag: omap-for-v3.17/fixes-against-rc2~152^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=166afb64511eef08e13331b970c44fe91cea45ef;p=pandora-kernel.git ktime: Sanitize ktime_to_us/ms conversion With the plain nanoseconds based ktime_t we can simply use ktime_divns() instead of going through loops and hoops of timespec/timeval conversion. Reported-by: John Stultz Signed-off-by: Thomas Gleixner Signed-off-by: John Stultz --- Reading git-diff-tree failed