aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2006-10-03 16:16:44 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-02-21 10:35:27 -0500
commit73b96c09f679dfaaf8f72b7789a277fc10618328 (patch)
tree0f41a06cec016da5e084f1290201e16bf012b76d
parent05ec6cc88c901fa8755fc11e847c1d6a0e31f9c5 (diff)
V4L/DVB (5227): Gl861: hide disabled code from upstream patch system
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>
-rw-r--r--drivers/media/dvb/dvb-usb/gl861.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/media/dvb/dvb-usb/gl861.c b/drivers/media/dvb/dvb-usb/gl861.c
index 1333268fc835..86964622f8be 100644
--- a/drivers/media/dvb/dvb-usb/gl861.c
+++ b/drivers/media/dvb/dvb-usb/gl861.c
@@ -103,9 +103,6 @@ static int gl861_identify_state(struct usb_device *udev,
103static struct zl10353_config gl861_zl10353_config = { 103static struct zl10353_config gl861_zl10353_config = {
104 .demod_address = 0x1e, 104 .demod_address = 0x1e,
105 .no_tuner = 1, 105 .no_tuner = 1,
106/*
107 .parallel_ts = 1,
108*/
109}; 106};
110 107
111static int gl861_frontend_attach(struct dvb_usb_adapter *adap) 108static int gl861_frontend_attach(struct dvb_usb_adapter *adap)