media: stkwebcam: use u64 for the timestamp internally
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Mon, 21 Jan 2019 13:32:26 +0000 (08:32 -0500)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Thu, 7 Feb 2019 17:13:11 +0000 (12:13 -0500)
commitbbd217a44a7024018abdd2aee63c991ad3b01e4b
treed1ddf592499ee4684581b1aff4a43e8fac5e1b67
parent597f8e9c13644e4fcf4c1d01c2317c78b2e2df92
media: stkwebcam: use u64 for the timestamp internally

Just like vb2 does, use u64 internally to store the timestamps
of the buffers. Only convert to timeval when interfacing with
userspace.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/usb/stkwebcam/stk-webcam.c