Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235700
b: refs/heads/master
c: d9e2d59
h: refs/heads/master
v: v3
  • Loading branch information
Tomas Winkler authored and Greg Kroah-Hartman committed Jan 24, 2011
1 parent 7d6349a commit 9d6c73f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: dbf4805ee6a850e941110b0df1e96049287ecf75
refs/heads/master: d9e2d5962b083646cc9c218bfd358d07ae3b5925
4 changes: 2 additions & 2 deletions trunk/drivers/staging/easycap/easycap_settings.c
Original file line number Diff line number Diff line change
Expand Up @@ -316,10 +316,10 @@ fillin_formats(void)
{
int i, j, k, m, n;
__u32 width, height, pixelformat, bytesperline, sizeimage;
__u32 field, colorspace;
enum v4l2_field field;
enum v4l2_colorspace colorspace;
__u16 mask1, mask2, mask3, mask4;
char name1[32], name2[32], name3[32], name4[32];

for (i = 0, n = 0; i < STANDARD_MANY; i++) {
mask1 = 0x0000;
switch (i) {
Expand Down

0 comments on commit 9d6c73f

Please sign in to comment.