summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/af9013.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2008-10-11 09:59:41 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-10-11 09:59:41 -0300
commit7acaa3024593445213e6f34a9305def3a1aa64a5 (patch)
treec6b2e18fd6be620e1dfc53f6dc27ca88982a94c1 /linux/drivers/media/dvb/frontends/af9013.c
parenta0bbd5abf076e4b1c354f348f79bc2baf9b031b5 (diff)
parentf41c4cd9c72ad4735d27445c0b0dbe1a3cb25cfc (diff)
downloadmediapointer-dvb-s2-7acaa3024593445213e6f34a9305def3a1aa64a5.tar.gz
mediapointer-dvb-s2-7acaa3024593445213e6f34a9305def3a1aa64a5.tar.bz2
merge: http://linuxtv.org/hg/~jfrancois/gspca/
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>");