diff options
author | Arnd Bergmann <arnd@arndb.de> | 2017-11-27 08:19:55 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-12-08 11:21:29 -0500 |
commit | 6c542426b610c14acff0e815e5fe513abdbb9a16 (patch) | |
tree | 7460be2abc4741c4f0c17e7f397e6104c0da6a8a /drivers/media/platform | |
parent | f7d12fea16cbcc38d08092c6267e75fabeaa9093 (diff) |
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>
Diffstat (limited to 'drivers/media/platform')
0 files changed, 0 insertions, 0 deletions