Skip to content

Commit

Permalink
[PATCH] dvb/v4l: cx88 cleanup
Browse files Browse the repository at this point in the history
Remove unneeded comment.

Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Michael Krufky authored and Linus Torvalds committed Jul 27, 2005
1 parent 723d52e commit d975872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/media/video/cx88/cx88-dvb.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -328,7 +328,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;
Expand Down

0 comments on commit d975872

Please sign in to comment.