diff options
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) \ |