Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)            \