Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192970
b: refs/heads/master
c: f5e20c3
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Mauro Carvalho Chehab committed May 19, 2010
1 parent 299851d commit b0961d1
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: 6e1f4df7da6edd21a184daff023a8eef67f005dc
refs/heads/master: f5e20c34e9c1bcf9e92f2634411bffd98511fc48
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/au0828/au0828-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -1105,7 +1105,7 @@ static int vidioc_enum_input(struct file *file, void *priv,

tmp = input->index;

if (tmp > AU0828_MAX_INPUT)
if (tmp >= AU0828_MAX_INPUT)
return -EINVAL;
if (AUVI_INPUT(tmp).type == 0)
return -EINVAL;
Expand Down

0 comments on commit b0961d1

Please sign in to comment.