Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192950
b: refs/heads/master
c: 3f5e182
h: refs/heads/master
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed May 19, 2010
1 parent b91da16 commit c33386a
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: 1d94aa369da073acff26fa98ad6b2168cb028ab1
refs/heads/master: 3f5e18249ce0d71a900bfdb8df327269483e730d
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/v4l2-ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@ static long __video_do_ioctl(struct file *file,
id &= ~curr_id;
}
if (i <= index)
return -EINVAL;
break;

v4l2_video_std_construct(p, curr_id, descr);

Expand Down Expand Up @@ -1597,7 +1597,7 @@ static long __video_do_ioctl(struct file *file,
v4l2_std_id std = vfd->current_norm;

if (p->type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
return -EINVAL;
break;

ret = 0;
if (ops->vidioc_g_std)
Expand Down

0 comments on commit c33386a

Please sign in to comment.