On Tuesday 27 January 2015 15:49:48 Tina Ruchandani wrote: > Function pdc_detect_pll_input_clock uses 'struct timeval' > to measure start and end times, used to compute the pll_clock value. > 'struct timeval' on 32-bit systems will have its tv_sec field > overflow in year 2038 and beyond. This patch uses 'ktime_t' > (which uses 64 bits for seconds) for start and end times instead. > > Suggested-by: Arnd Bergmann <arnd@xxxxxxxx> > Signed-off-by: Tina Ruchandani <ruchandani.tina@xxxxxxxxx> Looks great, Reviewed-by: Arnd Bergmann <arnd@xxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html