Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174178
b: refs/heads/master
c: 6afd2aa
h: refs/heads/master
v: v3
  • Loading branch information
Jean-Francois Moine authored and Mauro Carvalho Chehab committed Dec 5, 2009
1 parent 444462f commit e8956bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c22c4a20a6ac7b10e43eab6963f941795c5e92aa
refs/heads/master: 6afd2aa856eba0706176cecea1f989b1081c96dc
2 changes: 2 additions & 0 deletions trunk/drivers/media/video/gspca/vc032x.c
Original file line number Diff line number Diff line change
Expand Up @@ -3095,6 +3095,8 @@ static int sd_querymenu(struct gspca_dev *gspca_dev,

switch (menu->id) {
case V4L2_CID_POWER_LINE_FREQUENCY:
if (menu->index >= ARRAY_SIZE(freq_nm))
break;
strcpy((char *) menu->name, freq_nm[menu->index]);
return 0;
}
Expand Down

0 comments on commit e8956bc

Please sign in to comment.