diff options
author | Steven Toth <stoth@hauppauge.com> | 2008-05-03 13:28:43 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-05-14 01:56:41 -0400 |
commit | 77ad55ec2159735b1b88a006a90f8dd2ffe291ca (patch) | |
tree | 7d97884b3999ef643df029a2ab702a5295bc73b1 /drivers/media/common | |
parent | 7fa2a1462fe0a258fb629f8447f31c1b3a6d6c68 (diff) |
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/media/common')
-rw-r--r-- | drivers/media/common/tuners/mxl5005s.c | 2 |
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 @@ | |||
66 | #include "dvb_frontend.h" | 66 | #include "dvb_frontend.h" |
67 | #include "mxl5005s.h" | 67 | #include "mxl5005s.h" |
68 | 68 | ||
69 | static int debug = 2; | 69 | static int debug; |
70 | 70 | ||
71 | #define dprintk(level, arg...) do { \ | 71 | #define dprintk(level, arg...) do { \ |
72 | if (level <= debug) \ | 72 | if (level <= debug) \ |