Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357493
b: refs/heads/master
c: fb1e7b0
h: refs/heads/master
i:
  357491: cc222fb
v: v3
  • Loading branch information
Dan Carpenter authored and Mauro Carvalho Chehab committed Feb 6, 2013
1 parent 397f27e commit 4fd39d6
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: 42f9de6eab3892d7da544be1cc882530eab5b203
refs/heads/master: fb1e7b053a41807b613247535f269108f3b4fc70
2 changes: 1 addition & 1 deletion trunk/drivers/staging/media/go7007/wis-saa7113.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ static int wis_saa7113_command(struct i2c_client *client,
} else if (dec->norm & V4L2_STD_PAL) {
write_reg(client, 0x0e, 0x01);
write_reg(client, 0x10, 0x48);
} else if (dec->norm * V4L2_STD_SECAM) {
} else if (dec->norm & V4L2_STD_SECAM) {
write_reg(client, 0x0e, 0x50);
write_reg(client, 0x10, 0x48);
}
Expand Down

0 comments on commit 4fd39d6

Please sign in to comment.