]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
media: solo6x10: use ktime_get_ts64() for time sync
authorArnd Bergmann <arnd@arndb.de>
Mon, 27 Nov 2017 13:19:55 +0000 (08:19 -0500)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 8 Dec 2017 16:21:29 +0000 (11:21 -0500)
commit6c542426b610c14acff0e815e5fe513abdbb9a16
tree7460be2abc4741c4f0c17e7f397e6104c0da6a8a
parentf7d12fea16cbcc38d08092c6267e75fabeaa9093
media: solo6x10: use ktime_get_ts64() for time sync

solo6x10 correctly deals with time stamps and will never
suffer from overflows, but it uses the deprecated 'struct timespec'
type and 'ktime_get_ts()' interface to read the monotonic clock.

This changes it to use ktime_get_ts64() instead, so we can
eventually remove ktime_get_ts().

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Ismael Luceno <ismael@iodev.co.uk>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/pci/solo6x10/solo6x10-core.c