On Mon, 27 Nov 2017 16:21:41 +0100 Arnd Bergmann arnd@arndb.de wrote:
timespec overflows in 2038 on 32-bit architectures, and the getnstimeofday() suffers from possible time jumps, so the timestamps here are better done using ktime_get(), which has neither of those problems.
In case of ov2680, we don't seem to use the timestamp at all, so I just remove it.
Signed-off-by: Arnd Bergmann arnd@arndb.de
Reviewed-by: Alan Cox alan@linux.intel.com