]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
V4L/DVB(7877): mxl5005s: Ensure debug is off
authorSteven Toth <stoth@hauppauge.com>
Sat, 3 May 2008 17:28:43 +0000 (14:28 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 14 May 2008 05:56:41 +0000 (02:56 -0300)
Ensure debug is off

Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/common/tuners/mxl5005s.c

index a32c35766a4d2052382a5e882f4dcbe1fec39f9b..5d05b5390f66f48cc2e95c6f4d2f3bb7884a9156 100644 (file)
@@ -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)            \