V4L/DVB (4401): Disable tda10086 debug by default.
authorAndrew de Quincey <adq_dvb@lidskialf.net>
Tue, 8 Aug 2006 12:10:11 +0000 (09:10 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Tue, 26 Sep 2006 14:53:31 +0000 (11:53 -0300)
Left on by accident.

Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/dvb/frontends/tda10086.c

index 5d18eba5c64990b489cfc35b80050fb4fe308dc3..7456b0b9976b0ebbacc8a61bf686101b14d05a13 100644 (file)
@@ -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); \