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

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
...@@ -103,9 +103,6 @@ static int gl861_identify_state(struct usb_device *udev, ...@@ -103,9 +103,6 @@ static int gl861_identify_state(struct usb_device *udev,
static struct zl10353_config gl861_zl10353_config = { static struct zl10353_config gl861_zl10353_config = {
.demod_address = 0x1e, .demod_address = 0x1e,
.no_tuner = 1, .no_tuner = 1,
/*
.parallel_ts = 1,
*/
}; };
static int gl861_frontend_attach(struct dvb_usb_adapter *adap) static int gl861_frontend_attach(struct dvb_usb_adapter *adap)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment