projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fa2a14
)
V4L/DVB(7877): mxl5005s: Ensure debug is off
author
Steven Toth
<stoth@hauppauge.com>
Sat, 3 May 2008 17:28:43 +0000
(14:28 -0300)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Wed, 14 May 2008 05:56:41 +0000
(
02:56
-0300)
Ensure debug is off
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/common/tuners/mxl5005s.c
patch
|
blob
|
history
diff --git
a/drivers/media/common/tuners/mxl5005s.c
b/drivers/media/common/tuners/mxl5005s.c
index
a32c357
..
5d05b53
100644
(file)
--- a/
drivers/media/common/tuners/mxl5005s.c
+++ b/
drivers/media/common/tuners/mxl5005s.c
@@
-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) \