summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-05-03 10:28:43 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-05-03 10:28:43 -0400
commiteddc1be9cda6dccc5fe0b5f129d1d69e254ea309 (patch)
tree14be73b97440965d4f0fc96883f84ce56c885b5e /linux
parent87f7eb75a313b5ee8deece78b8ae72ab3f9ef771 (diff)
downloadmediapointer-dvb-s2-eddc1be9cda6dccc5fe0b5f129d1d69e254ea309.tar.gz
mediapointer-dvb-s2-eddc1be9cda6dccc5fe0b5f129d1d69e254ea309.tar.bz2
mxl5005s: Ensure debug is off
From: Steven Toth <stoth@hauppauge.com> Ensure debug is off Signed-off-by: Steven Toth <stoth@hauppauge.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux')
-rw-r--r--linux/drivers/media/common/tuners/mxl5005s.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/common/tuners/mxl5005s.c b/linux/drivers/media/common/tuners/mxl5005s.c
index fddf17cc7..961a8af08 100644
--- a/linux/drivers/media/common/tuners/mxl5005s.c
+++ b/linux/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) \