V4L/DVB (5227): Gl861: hide disabled code from upstream patch system
authorMichael Krufky <mkrufky@linuxtv.org>
Tue, 3 Oct 2006 20:16:44 +0000 (17:16 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 21 Feb 2007 15:35:27 +0000 (13:35 -0200)
enclose disabled code inside an #if 0 block, instead of /* comments */

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/dvb/dvb-usb/gl861.c

index 1333268..8696462 100644 (file)
@@ -103,9 +103,6 @@ static int gl861_identify_state(struct usb_device *udev,
 static struct zl10353_config gl861_zl10353_config = {
        .demod_address = 0x1e,
        .no_tuner = 1,
-/*
-       .parallel_ts = 1,
-*/
 };
 
 static int gl861_frontend_attach(struct dvb_usb_adapter *adap)