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>
This commit is contained in:
Michael Krufky 2006-10-03 17:16:44 -03:00 committed by Mauro Carvalho Chehab
parent 05ec6cc88c
commit 73b96c09f6

View 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)