Skip to content

Commit

Permalink
V4L/DVB (4401): Disable tda10086 debug by default.
Browse files Browse the repository at this point in the history
Left on by accident.

Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Andrew de Quincey authored and Mauro Carvalho Chehab committed Sep 26, 2006
1 parent ef09c07 commit 07e19c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/dvb/frontends/tda10086.c
Original file line number Diff line number Diff line change
Expand Up @@ -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); \
Expand Down

0 comments on commit 07e19c2

Please sign in to comment.