Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186611
b: refs/heads/master
c: ed30013
h: refs/heads/master
i:
  186609: aaaf13c
  186607: b5f2c94
v: v3
  • Loading branch information
Dan Carpenter authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent ba2f8ad commit e572239
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: 7a02f549fcc30fe6be0c0024beae9a3db22e1af6
refs/heads/master: ed30013207ef3e36da4f39db1298ae53f799e29c
2 changes: 1 addition & 1 deletion trunk/drivers/staging/cx25821/cx25821-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ int cx25821_enum_input(struct cx25821_dev *dev, struct v4l2_input *i)
dprintk(1, "%s()\n", __func__);

n = i->index;
if (n > 2)
if (n >= 2)
return -EINVAL;

if (0 == INPUT(n)->type)
Expand Down

0 comments on commit e572239

Please sign in to comment.