Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211344
b: refs/heads/master
c: b17a200
h: refs/heads/master
v: v3
  • Loading branch information
Pawel Osciak authored and Mauro Carvalho Chehab committed Sep 28, 2010
1 parent dd79348 commit 039f2f5
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: 23f0cb62ba3a1a11ab02cb0675f28befc56c89b9
refs/heads/master: b17a200f923070104a5b97085ed09ba0f682f637
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/mem2mem_testdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ static int device_process(struct m2mtest_ctx *ctx,
return -EFAULT;
}

if (in_buf->vb.size < out_buf->vb.size) {
if (in_buf->vb.size > out_buf->vb.size) {
v4l2_err(&dev->v4l2_dev, "Output buffer is too small\n");
return -EINVAL;
}
Expand Down

0 comments on commit 039f2f5

Please sign in to comment.