mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-15 02:47:34 +07:00
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>
This commit is contained in:
parent
7fa2a1462f
commit
77ad55ec21
@ -66,7 +66,7 @@
|
|||||||
#include "dvb_frontend.h"
|
#include "dvb_frontend.h"
|
||||||
#include "mxl5005s.h"
|
#include "mxl5005s.h"
|
||||||
|
|
||||||
static int debug = 2;
|
static int debug;
|
||||||
|
|
||||||
#define dprintk(level, arg...) do { \
|
#define dprintk(level, arg...) do { \
|
||||||
if (level <= debug) \
|
if (level <= debug) \
|
||||||
|
Loading…
Reference in New Issue
Block a user