Skip to content

Commit

Permalink
[PATCH] v4l: 714: fix typo
Browse files Browse the repository at this point in the history
- Fix typo.

Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Nickolay V. Shmyrev authored and Linus Torvalds committed Nov 9, 2005
1 parent 5f7591c commit 3375c39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 3375c39

Please sign in to comment.