From: Michael Krufky Remove unneeded comment. Signed-off-by: Michael Krufky Signed-off-by: Andrew Morton --- drivers/media/video/cx88/cx88-dvb.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -puN drivers/media/video/cx88/cx88-dvb.c~dvb-v4l-cx88-cleanup drivers/media/video/cx88/cx88-dvb.c --- devel/drivers/media/video/cx88/cx88-dvb.c~dvb-v4l-cx88-cleanup 2005-07-25 21:54:54.000000000 -0700 +++ devel-akpm/drivers/media/video/cx88/cx88-dvb.c 2005-07-25 21:54:54.000000000 -0700 @@ -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 @@ -328,7 +328,7 @@ static int dvb_register(struct cx8802_de 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; _