Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107900
b: refs/heads/master
c: fcf5cb2
h: refs/heads/master
v: v3
  • Loading branch information
Rabin Vincent authored and Mauro Carvalho Chehab committed Aug 6, 2008
1 parent d88ccda commit 461161a
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: cebf3b67f7f80fd69bd1ff5787fee69ab8fd3c2a
refs/heads/master: fcf5cb2406827fc9d3f3fe260ac883ef72b8bac0
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/gspca/gspca.c
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ static int vidioc_s_ctrl(struct file *file, void *priv,
if (ctrl->id != ctrls->qctrl.id)
continue;
if (ctrl->value < ctrls->qctrl.minimum
&& ctrl->value > ctrls->qctrl.maximum)
|| ctrl->value > ctrls->qctrl.maximum)
return -ERANGE;
PDEBUG(D_CONF, "set ctrl [%08x] = %d", ctrl->id, ctrl->value);
if (mutex_lock_interruptible(&gspca_dev->usb_lock))
Expand Down

0 comments on commit 461161a

Please sign in to comment.