summaryrefslogtreecommitdiff
path: root/linux/drivers/media/common/tuners/tuner-xc2028.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-05-18 02:58:47 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-05-18 02:58:47 -0300
commit6d83195593e60b67de6cfd569b5138e70af93408 (patch)
tree45c85ed46fa6088d4f5c0d93249b1504237c57c2 /linux/drivers/media/common/tuners/tuner-xc2028.c
parentd0db8610838988ce38aff9812c90d8623097e0f5 (diff)
parenta3f229ca91e3b8f799c2799ab2cf3398fff6bcaf (diff)
downloadmediapointer-dvb-s2-6d83195593e60b67de6cfd569b5138e70af93408.tar.gz
mediapointer-dvb-s2-6d83195593e60b67de6cfd569b5138e70af93408.tar.bz2
merge: http://kernellabs.com/hg/~dheitmueller/au0828-oldkernel-compilefix
From: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/common/tuners/tuner-xc2028.c')
-rw-r--r--linux/drivers/media/common/tuners/tuner-xc2028.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/common/tuners/tuner-xc2028.c b/linux/drivers/media/common/tuners/tuner-xc2028.c
index 3f03dfa2c..cb5b577fa 100644
--- a/linux/drivers/media/common/tuners/tuner-xc2028.c
+++ b/linux/drivers/media/common/tuners/tuner-xc2028.c
@@ -34,7 +34,7 @@ MODULE_PARM_DESC(debug, "enable verbose debug messages");
static int no_poweroff;
module_param(no_poweroff, int, 0644);
-MODULE_PARM_DESC(debug, "0 (default) powers device off when not used.\n"
+MODULE_PARM_DESC(no_poweroff, "0 (default) powers device off when not used.\n"
"1 keep device energized and with tuner ready all the times.\n"
" Faster, but consumes more power and keeps the device hotter\n");