Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14865
b: refs/heads/master
c: 1bcd2a3
h: refs/heads/master
i:
  14863: 158d2f2
v: v3
  • Loading branch information
Dwaine Garden authored and Linus Torvalds committed Dec 1, 2005
1 parent 718f30a commit 53b4ecd
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: 13c72805b3d922d85d5c470e851c93e8f8c076d8
refs/heads/master: 1bcd2a36711e6a72802a92a4e3fcef9d0c59dc3f
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/saa711x.c
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ saa711x_command (struct i2c_client *client,

case VIDEO_MODE_SECAM:
saa711x_write(client, 0x08,
(decoder->reg[0x0e] & 0x3f) | 0x00);
(decoder->reg[0x08] & 0x3f) | 0x00);
saa711x_write(client, 0x0e,
(decoder->reg[0x0e] & 0x8f) | 0x50);
break;
Expand Down

0 comments on commit 53b4ecd

Please sign in to comment.