[greybus-dev] [PATCH 2/2] staging: greybus/loopback: use ktime_get() for time intervals

Viresh Kumar viresh.kumar at linaro.org
Fri Nov 3 03:59:00 UTC 2017


On 02-11-17, 15:32, Arnd Bergmann wrote:
> This driver is the only one using the deprecated timeval_to_ns()
> helper. Changing it from do_gettimeofday() to ktime_get() makes
> the code more efficient, more robust against concurrent
> settimeofday(), more accurate and lets us get rid of that helper
> in the future.
> 
> Signed-off-by: Arnd Bergmann <arnd at arndb.de>
> ---
>  drivers/staging/greybus/loopback.c | 42 ++++++++++++++++----------------------
>  1 file changed, 18 insertions(+), 24 deletions(-)

Reviewed-by: Viresh Kumar <viresh.kumar at linaro.org>

-- 
viresh


More information about the devel mailing list