From 15c6d2444114bfb9a1921efab57d20dc1fa1f97c Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Tue, 3 Oct 2006 16:16:44 -0400 Subject: gl861: hide disabled code from upstream patch system From: Michael Krufky enclose disabled code inside an #if 0 block, instead of /* comments */ Signed-off-by: Michael Krufky --- linux/drivers/media/dvb/dvb-usb/gl861.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux/drivers') diff --git a/linux/drivers/media/dvb/dvb-usb/gl861.c b/linux/drivers/media/dvb/dvb-usb/gl861.c index c280472d4..66a231607 100644 --- a/linux/drivers/media/dvb/dvb-usb/gl861.c +++ b/linux/drivers/media/dvb/dvb-usb/gl861.c @@ -103,9 +103,9 @@ static int gl861_identify_state(struct usb_device *udev, static struct zl10353_config gl861_zl10353_config = { .demod_address = 0x1e, .no_tuner = 1, -/* +#if 0 .parallel_ts = 1, -*/ +#endif }; static int gl861_frontend_attach(struct dvb_usb_adapter *adap) -- cgit v1.2.3