diff options
author | Devin Heitmueller <dheitmueller@kernellabs.com> | 2009-04-28 15:22:47 -0400 |
---|---|---|
committer | Devin Heitmueller <dheitmueller@kernellabs.com> | 2009-04-28 15:22:47 -0400 |
commit | ed2d96e96805f671a8919bc8a4204f0e7e55238c (patch) | |
tree | efcbbbc6b4f5c8142b81c3440e40afd9030df39d /linux/drivers/media | |
parent | 6ef6553900dddf6ab737699fbae806b1cf03486a (diff) | |
download | mediapointer-dvb-s2-ed2d96e96805f671a8919bc8a4204f0e7e55238c.tar.gz mediapointer-dvb-s2-ed2d96e96805f671a8919bc8a4204f0e7e55238c.tar.bz2 |
tuner-xc2028: show the proper module description for no_poweroff option
From: Devin Heitmueller <dheitmueller@kernellabs.com>
There was a typo in the module description for the "no_poweroff" option, where the
help was being associated with the "debug" option instead.
Priority: normal
Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Diffstat (limited to 'linux/drivers/media')
-rw-r--r-- | linux/drivers/media/common/tuners/tuner-xc2028.c | 2 |
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"); |