提交 3375c398 编写于 作者: N Nickolay V. Shmyrev 提交者: Linus Torvalds

[PATCH] v4l: 714: fix typo

- Fix typo.
Signed-off-by: NNickolay V. Shmyrev <nshmyrev@yandex.ru>
Signed-off-by: NMauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 5f7591c0
......@@ -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 ),
},{
......@@ -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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册