Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142424
b: refs/heads/master
c: 92fcbd3
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Apr 7, 2009
1 parent 79123f3 commit 6201a55
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: ecc67d108d6ade14d79c8546f5db36613c780d59
refs/heads/master: 92fcbd3f4ea07a8efd2d2881645baae0a061c82e
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/cx231xx/cx231xx-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -1614,7 +1614,7 @@ static int vidioc_streamoff(struct file *file, void *priv,
if (rc < 0)
return rc;

if ((fh->type != V4L2_BUF_TYPE_VIDEO_CAPTURE) ||
if ((fh->type != V4L2_BUF_TYPE_VIDEO_CAPTURE) &&
(fh->type != V4L2_BUF_TYPE_VBI_CAPTURE))
return -EINVAL;
if (type != fh->type)
Expand Down

0 comments on commit 6201a55

Please sign in to comment.