From: Amitoj Kaur Chawla <[email protected]> Date: Thu, 22 Oct 2015 18:15:50 +0530
> This driver uses 'struct timeval' which we are trying to remove since > 32 bit time types will break in the year 2038 by replacing it with > ktime_t. > > This patch changes do_gettimeofday() to ktime_get() because > ktime_get() returns a ktime_t while do_gettimeofday() returns struct > timeval. > > This patch also uses ktime_us_delta() to get the elapsed time. > > Signed-off-by: Amitoj Kaur Chawla <[email protected]> > --- > Changes in v2: > -Modified subject of commit message Applied, thanks. _______________________________________________ Y2038 mailing list [email protected] https://lists.linaro.org/mailman/listinfo/y2038
