Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366847
b: refs/heads/master
c: 9b6f5dc
h: refs/heads/master
i:
  366845: 8b0a209
  366843: cf54da0
  366839: 4c890dd
  366831: 16a1341
  366815: 8e9b398
  366783: d95a183
  366719: 4926f26
  366591: 93d68ee
v: v3
  • Loading branch information
Tushar Behera authored and Mauro Carvalho Chehab committed Mar 25, 2013
1 parent 8a8d169 commit bed8d79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 7bce33daeaca26a3ea3f6099fdfe4e11ea46cac6
refs/heads/master: 9b6f5dc07ae008c58ea27e91a7b1dfbbd0f6972a
2 changes: 1 addition & 1 deletion trunk/drivers/media/v4l2-core/videobuf2-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ void vb2_buffer_done(struct vb2_buffer *vb, enum vb2_buffer_state state)
return;

dprintk(4, "Done processing on buffer %d, state: %d\n",
vb->v4l2_buf.index, vb->state);
vb->v4l2_buf.index, state);

/* sync buffers */
for (plane = 0; plane < vb->num_planes; ++plane)
Expand Down

0 comments on commit bed8d79

Please sign in to comment.