summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/tda18271-fe.c
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2008-01-02 23:40:47 -0500
committerMichael Krufky <mkrufky@linuxtv.org>2008-01-02 23:40:47 -0500
commitfa2e4221bd85a1f3e9666a4236950e2d2a02a388 (patch)
tree2576b3ac5c913aa46cb096c7a676147536ffdb55 /linux/drivers/media/dvb/frontends/tda18271-fe.c
parentc7dcfef24d5d5a807a3a2839053bde908c8161b1 (diff)
downloadmediapointer-dvb-s2-fa2e4221bd85a1f3e9666a4236950e2d2a02a388.tar.gz
mediapointer-dvb-s2-fa2e4221bd85a1f3e9666a4236950e2d2a02a388.tar.bz2
tda18271: document debug level and configuration parameters
From: Michael Krufky <mkrufky@linuxtv.org> Document debug level module options and tda18271_config attach-time parameters. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/tda18271-fe.c')
-rw-r--r--linux/drivers/media/dvb/frontends/tda18271-fe.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/tda18271-fe.c b/linux/drivers/media/dvb/frontends/tda18271-fe.c
index c3cef57e8..a6e40e969 100644
--- a/linux/drivers/media/dvb/frontends/tda18271-fe.c
+++ b/linux/drivers/media/dvb/frontends/tda18271-fe.c
@@ -25,7 +25,8 @@
int tda18271_debug;
module_param_named(debug, tda18271_debug, int, 0644);
-MODULE_PARM_DESC(debug, "set debug level (info=1, map=2, reg=4 (or-able))");
+MODULE_PARM_DESC(debug, "set debug level "
+ "(info=1, map=2, reg=4, adv=8 (or-able))");
/*---------------------------------------------------------------------*/