summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorSteven Toth2008-05-03 19:28:43 +0200
committerMauro Carvalho Chehab2008-05-14 07:56:41 +0200
commit77ad55ec2159735b1b88a006a90f8dd2ffe291ca (patch)
tree7d97884b3999ef643df029a2ab702a5295bc73b1 /drivers
parentV4L/DVB(7876): mxl5005s: Remove incorrect copyright holders (diff)
downloadkernel-qcow2-linux-77ad55ec2159735b1b88a006a90f8dd2ffe291ca.tar.gz
kernel-qcow2-linux-77ad55ec2159735b1b88a006a90f8dd2ffe291ca.tar.xz
kernel-qcow2-linux-77ad55ec2159735b1b88a006a90f8dd2ffe291ca.zip
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/common/tuners/mxl5005s.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/common/tuners/mxl5005s.c b/drivers/media/common/tuners/mxl5005s.c
index a32c35766a4d..5d05b5390f66 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) \