Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349039
b: refs/heads/master
c: 68d6f84
h: refs/heads/master
i:
  349037: 03433e5
  349035: a901cd3
  349031: 00dcf48
  349023: c9057ab
v: v3
  • Loading branch information
Laurent Pinchart authored and Mauro Carvalho Chehab committed Jan 11, 2013
1 parent 1c38ebe commit b4a3451
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 29005c09f41d459c458eb8761a54703b56afb16a
refs/heads/master: 68d6f84ba0c47e658beff3a4bf0c43acee4b4690
3 changes: 2 additions & 1 deletion trunk/drivers/media/usb/uvc/uvc_v4l2.c
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,8 @@ static long uvc_v4l2_do_ioctl(struct file *file, unsigned int cmd, void *arg)
ret = uvc_ctrl_set(chain, ctrl);
if (ret < 0) {
uvc_ctrl_rollback(handle);
ctrls->error_idx = i;
ctrls->error_idx = cmd == VIDIOC_S_EXT_CTRLS
? ctrls->count : i;
return ret;
}
}
Expand Down

0 comments on commit b4a3451

Please sign in to comment.