From: Steven Toth Date: Sat, 3 May 2008 17:28:43 +0000 (-0300) Subject: V4L/DVB(7877): mxl5005s: Ensure debug is off X-Git-Tag: v2.6.26-rc3~62^2~14 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=77ad55ec2159735b1b88a006a90f8dd2ffe291ca;p=linux-2.6-omap-h63xx.git V4L/DVB(7877): mxl5005s: Ensure debug is off Ensure debug is off Signed-off-by: Steven Toth Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/common/tuners/mxl5005s.c b/drivers/media/common/tuners/mxl5005s.c index a32c35766a4..5d05b5390f6 100644 --- a/drivers/media/common/tuners/mxl5005s.c +++ b/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) \