summaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends/tda10086.c
diff options
context:
space:
mode:
authorAndrew de Quincey <adq_dvb@lidskialf.net>2006-08-08 16:10:11 +0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-09-26 18:53:31 +0400
commit07e19c20c8cdd5e1cc96e0bc8a37f5322ce78cdb (patch)
tree4e670c89ffd3d2e571fb1121ad5e490a195dfb35 /drivers/media/dvb/frontends/tda10086.c
parentef09c071a2867279a49374c35b2a169f69fced73 (diff)
downloadlinux-07e19c20c8cdd5e1cc96e0bc8a37f5322ce78cdb.tar.xz
V4L/DVB (4401): Disable tda10086 debug by default.
Left on by accident. Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/tda10086.c')
-rw-r--r--drivers/media/dvb/frontends/tda10086.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/tda10086.c b/drivers/media/dvb/frontends/tda10086.c
index 5d18eba5c649..7456b0b9976b 100644
--- a/drivers/media/dvb/frontends/tda10086.c
+++ b/drivers/media/dvb/frontends/tda10086.c
@@ -43,7 +43,7 @@ struct tda10086_state {
u32 symbol_rate;
};
-static int debug = 1;
+static int debug = 0;
#define dprintk(args...) \
do { \
if (debug) printk(KERN_DEBUG "tda10086: " args); \