Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193121
b: refs/heads/master
c: 4a61ecb
h: refs/heads/master
i:
  193119: b5ab52f
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed May 19, 2010
1 parent ba88675 commit 0c71e2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 7e87ddb101caa747edf388220c758c99553566f5
refs/heads/master: 4a61ecbd344c2349ec3b7a8db0db128135285dd7
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/em28xx/em28xx-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -1831,7 +1831,7 @@ static int vidioc_g_fmt_sliced_vbi_cap(struct file *file, void *priv,
mutex_lock(&dev->lock);

f->fmt.sliced.service_set = 0;
v4l2_device_call_all(&dev->v4l2_dev, 0, video, g_fmt, f);
v4l2_device_call_all(&dev->v4l2_dev, 0, vbi, g_sliced_fmt, &f->fmt.sliced);

if (f->fmt.sliced.service_set == 0)
rc = -EINVAL;
Expand All @@ -1853,7 +1853,7 @@ static int vidioc_try_set_sliced_vbi_cap(struct file *file, void *priv,
return rc;

mutex_lock(&dev->lock);
v4l2_device_call_all(&dev->v4l2_dev, 0, video, g_fmt, f);
v4l2_device_call_all(&dev->v4l2_dev, 0, vbi, g_sliced_fmt, &f->fmt.sliced);
mutex_unlock(&dev->lock);

if (f->fmt.sliced.service_set == 0)
Expand Down

0 comments on commit 0c71e2f

Please sign in to comment.