diff options
author | Steven Toth <stoth@hauppauge.com> | 2007-09-04 20:32:41 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-09 21:08:21 -0400 |
commit | 2e52f215be1b3a0337788c8d3345bdf5e3894e19 (patch) | |
tree | bbb9dc7998095a301137a612e5488d7b9f111dab /drivers/media/video/cx23885/cx23885-dvb.c | |
parent | f29379c3619d85e0bdc0ee30c8199f7f66866fcf (diff) |
V4L/DVB (6170): cx23885: General cleanup of old code
Removed unused code.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx23885/cx23885-dvb.c')
-rw-r--r-- | drivers/media/video/cx23885/cx23885-dvb.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/media/video/cx23885/cx23885-dvb.c b/drivers/media/video/cx23885/cx23885-dvb.c index 63a1dde0d17a..58ae15a99e9c 100644 --- a/drivers/media/video/cx23885/cx23885-dvb.c +++ b/drivers/media/video/cx23885/cx23885-dvb.c | |||
@@ -33,7 +33,7 @@ | |||
33 | #include "s5h1409.h" | 33 | #include "s5h1409.h" |
34 | #include "mt2131.h" | 34 | #include "mt2131.h" |
35 | 35 | ||
36 | static unsigned int debug = 2; | 36 | static unsigned int debug = 0; |
37 | 37 | ||
38 | #define dprintk(level,fmt, arg...) if (debug >= level) \ | 38 | #define dprintk(level,fmt, arg...) if (debug >= level) \ |
39 | printk(KERN_DEBUG "%s: " fmt, dev->name, ## arg) | 39 | printk(KERN_DEBUG "%s: " fmt, dev->name, ## arg) |
@@ -106,8 +106,6 @@ static struct s5h1409_config hauppauge_hvr1250_config = { | |||
106 | .status_mode = S5H1409_DEMODLOCKING | 106 | .status_mode = S5H1409_DEMODLOCKING |
107 | }; | 107 | }; |
108 | 108 | ||
109 | |||
110 | |||
111 | static struct mt2131_config hauppauge_hvr1800lp_rev2_tunerconfig = { | 109 | static struct mt2131_config hauppauge_hvr1800lp_rev2_tunerconfig = { |
112 | 0x61 | 110 | 0x61 |
113 | }; | 111 | }; |