Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13327
b: refs/heads/master
c: 3375c39
h: refs/heads/master
i:
  13325: ee7d49f
  13323: e91e7c2
  13319: fd5c936
  13311: 8c11522
v: v3
  • Loading branch information
Nickolay V. Shmyrev authored and Linus Torvalds committed Nov 9, 2005
1 parent 643fdd3 commit 9fb4c6f
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: 5f7591c04f3797694e331a31d00317ae4acb9af0
refs/heads/master: 3375c39844b58ad8a5d9f454fa908d722a94a5a4
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/tda9887.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ static struct tvnorm tvnorms[] = {
.name = "SECAM-L",
.b = ( cPositiveAmTV |
cQSS ),
.e = ( cGaiting_36 |
.e = ( cGating_36 |
cAudioIF_6_5 |
cVideoIF_38_90 ),
},{
Expand Down Expand Up @@ -330,7 +330,7 @@ static void dump_write_message(unsigned char *buf)
printk(PREFIX "write: byte E 0x%02x\n",buf[3]);
printk(" E0-1 sound carrier : %s\n",
carrier[(buf[3] & 0x03)]);
printk(" E6 l pll gaiting : %s\n",
printk(" E6 l pll gating : %s\n",
(buf[3] & 0x40) ? "36" : "13");

if (buf[1] & 0x08) {
Expand Down

0 comments on commit 9fb4c6f

Please sign in to comment.