提交 d975872c 编写于 作者: M Michael Krufky 提交者: Linus Torvalds

[PATCH] dvb/v4l: cx88 cleanup

Remove unneeded comment.
Signed-off-by: NMichael Krufky <mkrufky@m1k.net>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 723d52e6
/* /*
* $Id: cx88-dvb.c,v 1.48 2005/07/20 05:33:33 mkrufky Exp $ * $Id: cx88-dvb.c,v 1.49 2005/07/20 05:38:09 mkrufky Exp $
* *
* device driver for Conexant 2388x based TV cards * device driver for Conexant 2388x based TV cards
* MPEG Transport Stream (DVB) routines * MPEG Transport Stream (DVB) routines
...@@ -328,7 +328,7 @@ static int dvb_register(struct cx8802_dev *dev) ...@@ -328,7 +328,7 @@ static int dvb_register(struct cx8802_dev *dev)
cx_clear(MO_GP0_IO, 1); cx_clear(MO_GP0_IO, 1);
mdelay(100); mdelay(100);
cx_set(MO_GP0_IO, 9); /* ANT connector too FIXME */ cx_set(MO_GP0_IO, 9);
mdelay(200); mdelay(200);
dev->core->pll_addr = 0x61; dev->core->pll_addr = 0x61;
dev->core->pll_desc = &dvb_pll_thomson_dtt7611; dev->core->pll_desc = &dvb_pll_thomson_dtt7611;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册