|
@@ -499,7 +499,7 @@ static void dbgbuf(unsigned int cmd, struct video_device *vfd,
|
|
|
p->timestamp.tv_sec / 3600,
|
|
|
(int)(p->timestamp.tv_sec / 60) % 60,
|
|
|
(int)(p->timestamp.tv_sec % 60),
|
|
|
- p->timestamp.tv_usec,
|
|
|
+ (long)p->timestamp.tv_usec,
|
|
|
p->index,
|
|
|
prt_names(p->type, v4l2_type_names),
|
|
|
p->bytesused, p->flags,
|