projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05ec6cc
)
V4L/DVB (5227): Gl861: hide disabled code from upstream patch system
author
Michael Krufky
<mkrufky@linuxtv.org>
Tue, 3 Oct 2006 20:16:44 +0000
(17:16 -0300)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Wed, 21 Feb 2007 15:35:27 +0000
(13:35 -0200)
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>
drivers/media/dvb/dvb-usb/gl861.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/dvb-usb/gl861.c
b/drivers/media/dvb/dvb-usb/gl861.c
index 1333268fc8354e8c6ec8383283c3fa08d68cdafb..86964622f8be4cb0c6c3acbf287d5c92c51de6c6 100644
(file)
--- 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,
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)