Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261457
b: refs/heads/master
c: adf41b9
h: refs/heads/master
i:
  261455: 162d1e4
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Jul 27, 2011
1 parent c0887b4 commit aa67e7f
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: e3aec98c1d3beaba9b96a7f00046bc06e59d6ab9
refs/heads/master: adf41b9bc35a7406ead7875f66ee879dbd4cc308
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/v4l2-ctrls.c
Original file line number Diff line number Diff line change
Expand Up @@ -1929,7 +1929,7 @@ static int try_set_ext_ctrls(struct v4l2_fh *fh, struct v4l2_ctrl_handler *hdl,
if (!ret) {
idx = i;
do {
ret = user_to_new(cs->controls + idx,
ret = new_to_user(cs->controls + idx,
helpers[idx].ctrl);
idx = helpers[idx].next;
} while (!ret && idx);
Expand Down

0 comments on commit aa67e7f

Please sign in to comment.