Commit 77ad55ec authored by Steven Toth's avatar Steven Toth Committed by Mauro Carvalho Chehab

V4L/DVB(7877): mxl5005s: Ensure debug is off

Ensure debug is off
Signed-off-by: default avatarSteven Toth <stoth@hauppauge.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 7fa2a146
......@@ -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) \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment