Skip to content

Commit

Permalink
V4L/DVB(7877): mxl5005s: Ensure debug is off
Browse files Browse the repository at this point in the history
Ensure debug is off

Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Steven Toth authored and Mauro Carvalho Chehab committed May 14, 2008
1 parent 7fa2a14 commit 77ad55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/common/tuners/mxl5005s.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit 77ad55e

Please sign in to comment.