提交 73b96c09 编写于 作者: M Michael Krufky 提交者: 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: NMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册