Browse Source

V4L/DVB(7877): mxl5005s: Ensure debug is off

Ensure debug is off

Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Steven Toth 17 years ago
parent
commit
77ad55ec21
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/media/common/tuners/mxl5005s.c

+ 1 - 1
drivers/media/common/tuners/mxl5005s.c

@@ -66,7 +66,7 @@
 #include "dvb_frontend.h"
 #include "mxl5005s.h"
 
-static int debug = 2;
+static int debug;
 
 #define dprintk(level, arg...) do {    \
 	if (level <= debug)            \