From: Abhilash Jindal Date: Tue, 11 Aug 2015 14:31:53 +0000 (-0400) Subject: staging: comedi: serial2002: Use monotonic clock X-Git-Tag: omap-for-v4.3/fixes-merge-window~44^2~137 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d38c59e9ab203427f14ab6691529bac098adbacd;p=pandora-kernel.git staging: comedi: serial2002: Use monotonic clock Wall time obtained from do_gettimeofday is susceptible to sudden jumps due to user setting the time or due to NTP. Monotonic time is constantly increasing time better suited for comparing two timestamps. Signed-off-by: Abhilash Jindal Reviewed-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed