diff options
author | Michael Krufky <devnull@localhost> | 2005-07-20 05:38:09 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-07-20 05:38:09 +0000 |
commit | a607191272d19475b167c031ed5ecd64cbcd450f (patch) | |
tree | 5978c65ef355035f665acd26b6db6108923ecb52 /linux/drivers/media/video | |
parent | d9ecded0226ae28f648426cd715417dc20bcd7e4 (diff) | |
download | mediapointer-dvb-s2-a607191272d19475b167c031ed5ecd64cbcd450f.tar.gz mediapointer-dvb-s2-a607191272d19475b167c031ed5ecd64cbcd450f.tar.bz2 |
* cx88-dvb.c:
- Removed unnecessary comment.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'linux/drivers/media/video')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-dvb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-dvb.c b/linux/drivers/media/video/cx88/cx88-dvb.c index 7eb510503..3fe9b0a98 100644 --- a/linux/drivers/media/video/cx88/cx88-dvb.c +++ b/linux/drivers/media/video/cx88/cx88-dvb.c @@ -1,5 +1,5 @@ /* - * $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 * MPEG Transport Stream (DVB) routines @@ -337,7 +337,7 @@ static int dvb_register(struct cx8802_dev *dev) cx_clear(MO_GP0_IO, 1); mdelay(100); - cx_set(MO_GP0_IO, 9); /* ANT connector too FIXME */ + cx_set(MO_GP0_IO, 9); mdelay(200); dev->core->pll_addr = 0x61; dev->core->pll_desc = &dvb_pll_thomson_dtt7611; |