diff options
author | Andrew de Quincey <adq_dvb@lidskialf.net> | 2006-08-08 09:10:11 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-09-26 11:53:31 -0300 |
commit | 07e19c20c8cdd5e1cc96e0bc8a37f5322ce78cdb (patch) | |
tree | 4e670c89ffd3d2e571fb1121ad5e490a195dfb35 /drivers/media/dvb/frontends/tda10086.c | |
parent | ef09c071a2867279a49374c35b2a169f69fced73 (diff) |
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.c | 2 |
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); \ |