summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAndrew de Quincey2006-08-08 14:10:11 +0200
committerMauro Carvalho Chehab2006-09-26 16:53:31 +0200
commit07e19c20c8cdd5e1cc96e0bc8a37f5322ce78cdb (patch)
tree4e670c89ffd3d2e571fb1121ad5e490a195dfb35 /drivers
parentV4L/DVB (4400): Tda826x: Remove 0-byte I2C write; put tuner_ops info in stati... (diff)
downloadkernel-qcow2-linux-07e19c20c8cdd5e1cc96e0bc8a37f5322ce78cdb.tar.gz
kernel-qcow2-linux-07e19c20c8cdd5e1cc96e0bc8a37f5322ce78cdb.tar.xz
kernel-qcow2-linux-07e19c20c8cdd5e1cc96e0bc8a37f5322ce78cdb.zip
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')
-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); \