summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/af9013.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2008-10-11 11:47:19 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-10-11 11:47:19 -0300
commite03569293f52fc034e9e828bea0ee3a11c32d279 (patch)
tree127210167bbbb56a41ae22d697326a97f1628c4e /linux/drivers/media/dvb/frontends/af9013.c
parentb63d8b06ef18c93957810d2f1b8b5aaab133408c (diff)
parent7acaa3024593445213e6f34a9305def3a1aa64a5 (diff)
downloadmediapointer-dvb-s2-e03569293f52fc034e9e828bea0ee3a11c32d279.tar.gz
mediapointer-dvb-s2-e03569293f52fc034e9e828bea0ee3a11c32d279.tar.bz2
merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-move-zoran
From: Mauro Carvalho Chehab <mchehab@redhat.com> Priority: normal Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/af9013.c')
-rw-r--r--linux/drivers/media/dvb/frontends/af9013.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/frontends/af9013.c b/linux/drivers/media/dvb/frontends/af9013.c
index 739d885b3..50e1e3f30 100644
--- a/linux/drivers/media/dvb/frontends/af9013.c
+++ b/linux/drivers/media/dvb/frontends/af9013.c
@@ -34,7 +34,7 @@
#include "af9013_priv.h"
#include "af9013.h"
-int debug;
+int af9013_debug;
struct af9013_state {
struct i2c_adapter *i2c;
@@ -1679,7 +1679,7 @@ static struct dvb_frontend_ops af9013_ops = {
.read_ucblocks = af9013_read_ucblocks,
};
-module_param(debug, int, 0644);
+module_param_named(debug, af9013_debug, int, 0644);
MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
MODULE_AUTHOR("Antti Palosaari <crope@iki.fi>");