aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/tlg2300/pd-video.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/usb/tlg2300/pd-video.c')
-rw-r--r--drivers/media/usb/tlg2300/pd-video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/tlg2300/pd-video.c b/drivers/media/usb/tlg2300/pd-video.c
index 3082bfa9b2c5..21723378bb8f 100644
--- a/drivers/media/usb/tlg2300/pd-video.c
+++ b/drivers/media/usb/tlg2300/pd-video.c
@@ -212,7 +212,7 @@ static void submit_frame(struct front_face *front)
212 front->curr_frame = NULL; 212 front->curr_frame = NULL;
213 vb->state = VIDEOBUF_DONE; 213 vb->state = VIDEOBUF_DONE;
214 vb->field_count++; 214 vb->field_count++;
215 do_gettimeofday(&vb->ts); 215 v4l2_get_timestamp(&vb->ts);
216 216
217 wake_up(&vb->done); 217 wake_up(&vb->done);
218} 218}