summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/stv0900_priv.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-03-09 22:21:16 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-09 22:21:16 -0300
commit1f45410eb6cd8758691c7782269b3813c5131e39 (patch)
tree267d5c66e8e58ed48822e7fba64b3a9f98e4fdfa /linux/drivers/media/dvb/frontends/stv0900_priv.h
parent53cbcc79992f562a58926c0aeef0f0f710a69d89 (diff)
parentb3e737a176ce96bee38fb7d0ee5cf6def9da8ad1 (diff)
downloadmediapointer-dvb-s2-1f45410eb6cd8758691c7782269b3813c5131e39.tar.gz
mediapointer-dvb-s2-1f45410eb6cd8758691c7782269b3813c5131e39.tar.bz2
merge: http://udev.netup.ru/hg/v4l-dvb-netup
From: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/stv0900_priv.h')
-rw-r--r--linux/drivers/media/dvb/frontends/stv0900_priv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/frontends/stv0900_priv.h b/linux/drivers/media/dvb/frontends/stv0900_priv.h
index 28350fbeb..762d5af62 100644
--- a/linux/drivers/media/dvb/frontends/stv0900_priv.h
+++ b/linux/drivers/media/dvb/frontends/stv0900_priv.h
@@ -62,11 +62,11 @@
#define dmd_choose(a, b) (demod = STV0900_DEMOD_2 ? b : a))
-extern int debug;
+static int stvdebug;
#define dprintk(args...) \
do { \
- if (debug) \
+ if (stvdebug) \
printk(KERN_DEBUG args); \
} while (0)