Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174039
b: refs/heads/master
c: 0b66cf9
h: refs/heads/master
i:
  174037: 03a0a8d
  174035: af78fd1
  174031: 3ea1f45
v: v3
  • Loading branch information
Roel Kluin authored and Mauro Carvalho Chehab committed Dec 5, 2009
1 parent 0a83e13 commit 253dfef
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: 648732fcefa73932ae8caa8bcfd262863904dd66
refs/heads/master: 0b66cf90371dcd28c6eb98904adb694ae98eb20f
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/davinci/vpfe_capture.c
Original file line number Diff line number Diff line change
Expand Up @@ -1577,7 +1577,7 @@ static int vpfe_cropcap(struct file *file, void *priv,

v4l2_dbg(1, debug, &vpfe_dev->v4l2_dev, "vpfe_cropcap\n");

if (vpfe_dev->std_index > ARRAY_SIZE(vpfe_standards))
if (vpfe_dev->std_index >= ARRAY_SIZE(vpfe_standards))
return -EINVAL;

memset(crop, 0, sizeof(struct v4l2_cropcap));
Expand Down

0 comments on commit 253dfef

Please sign in to comment.