[PATCH] v4l: 714: fix typo
- 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>
This commit is contained in:
parent
5f7591c04f
commit
3375c39844
1 changed files with 2 additions and 2 deletions
|
@ -180,7 +180,7 @@ static struct tvnorm tvnorms[] = {
|
||||||
.name = "SECAM-L",
|
.name = "SECAM-L",
|
||||||
.b = ( cPositiveAmTV |
|
.b = ( cPositiveAmTV |
|
||||||
cQSS ),
|
cQSS ),
|
||||||
.e = ( cGaiting_36 |
|
.e = ( cGating_36 |
|
||||||
cAudioIF_6_5 |
|
cAudioIF_6_5 |
|
||||||
cVideoIF_38_90 ),
|
cVideoIF_38_90 ),
|
||||||
},{
|
},{
|
||||||
|
@ -330,7 +330,7 @@ static void dump_write_message(unsigned char *buf)
|
||||||
printk(PREFIX "write: byte E 0x%02x\n",buf[3]);
|
printk(PREFIX "write: byte E 0x%02x\n",buf[3]);
|
||||||
printk(" E0-1 sound carrier : %s\n",
|
printk(" E0-1 sound carrier : %s\n",
|
||||||
carrier[(buf[3] & 0x03)]);
|
carrier[(buf[3] & 0x03)]);
|
||||||
printk(" E6 l pll gaiting : %s\n",
|
printk(" E6 l pll gating : %s\n",
|
||||||
(buf[3] & 0x40) ? "36" : "13");
|
(buf[3] & 0x40) ? "36" : "13");
|
||||||
|
|
||||||
if (buf[1] & 0x08) {
|
if (buf[1] & 0x08) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue