diff options
Diffstat (limited to 'drivers/media/pci/cx23885/cx23885-core.c')
-rw-r--r-- | drivers/media/pci/cx23885/cx23885-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/cx23885/cx23885-core.c b/drivers/media/pci/cx23885/cx23885-core.c index f0416a668b4c..268654ac9a9f 100644 --- a/drivers/media/pci/cx23885/cx23885-core.c +++ b/drivers/media/pci/cx23885/cx23885-core.c | |||
@@ -439,7 +439,7 @@ void cx23885_wakeup(struct cx23885_tsport *port, | |||
439 | if ((s16) (count - buf->count) < 0) | 439 | if ((s16) (count - buf->count) < 0) |
440 | break; | 440 | break; |
441 | 441 | ||
442 | do_gettimeofday(&buf->vb.ts); | 442 | v4l2_get_timestamp(&buf->vb.ts); |
443 | dprintk(2, "[%p/%d] wakeup reg=%d buf=%d\n", buf, buf->vb.i, | 443 | dprintk(2, "[%p/%d] wakeup reg=%d buf=%d\n", buf, buf->vb.i, |
444 | count, buf->count); | 444 | count, buf->count); |
445 | buf->vb.state = VIDEOBUF_DONE; | 445 | buf->vb.state = VIDEOBUF_DONE; |