Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250273
b: refs/heads/master
c: bea3c54
h: refs/heads/master
i:
  250271: b5df8ab
v: v3
  • Loading branch information
Simon Farnsworth authored and Mauro Carvalho Chehab committed May 20, 2011
1 parent a969dbb commit cfc9129
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5f7088127e800df2cd5ff08140bdca087ab0fbac
refs/heads/master: bea3c54f52ba84ddd8bfc9228255ff501e9b5c21
5 changes: 2 additions & 3 deletions trunk/drivers/media/video/cx18/cx18-mailbox.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,9 @@ static void cx18_mdl_send_to_videobuf(struct cx18_stream *s,
{
struct cx18_videobuf_buffer *vb_buf;
struct cx18_buffer *buf;
u8 *p, u;
u8 *p;
u32 offset = 0;
int dispatch = 0;
int i;

if (mdl->bytesused == 0)
return;
Expand Down Expand Up @@ -203,7 +202,7 @@ static void cx18_mdl_send_to_videobuf(struct cx18_stream *s,
}

if (dispatch) {
ktime_get_ts(&vb_buf->vb.ts);
vb_buf->vb.ts = ktime_to_timeval(ktime_get());
list_del(&vb_buf->vb.queue);
vb_buf->vb.state = VIDEOBUF_DONE;
wake_up(&vb_buf->vb.done);
Expand Down

0 comments on commit cfc9129

Please sign in to comment.