From: Thomas Gleixner Date: Wed, 16 Jul 2014 21:04:25 +0000 (+0000) Subject: input: evdev: Use ktime_mono_to_real() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~152^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cac2f4d1c5f3eb3d981fab85d926d19f7b6b889;p=pandora-kernel.git input: evdev: Use ktime_mono_to_real() Convert the monotonic timestamp with ktime_mono_to_real() in evdev_events(). In evdev_queue_syn_dropped() we can call either ktime_get() or ktime_get_real() depending on the clkid. No point in having two calls for CLOCK_REALTIME. Signed-off-by: Thomas Gleixner Signed-off-by: John Stultz --- Reading git-diff-tree failed