Commit 73b96c09 authored by Michael Krufky's avatar Michael Krufky Committed by Mauro Carvalho Chehab
Browse files

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: default avatarMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 05ec6cc8
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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)