Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 241865
b: refs/heads/master
c: 87a0c94
h: refs/heads/master
i:
  241863: f9b73ef
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Mar 21, 2011
1 parent b027c46 commit fccc852
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fb8decfabdf841a199b297076ff9f890dee55e53
refs/heads/master: 87a0c94ce616b231f3c0bd09d7dbd39d43b0557a
2 changes: 2 additions & 0 deletions trunk/drivers/media/video/v4l2-ctrls.c
Original file line number Diff line number Diff line change
Expand Up @@ -1364,6 +1364,8 @@ EXPORT_SYMBOL(v4l2_queryctrl);

int v4l2_subdev_queryctrl(struct v4l2_subdev *sd, struct v4l2_queryctrl *qc)
{
if (qc->id & V4L2_CTRL_FLAG_NEXT_CTRL)
return -EINVAL;
return v4l2_queryctrl(sd->ctrl_handler, qc);
}
EXPORT_SYMBOL(v4l2_subdev_queryctrl);
Expand Down

0 comments on commit fccc852

Please sign in to comment.