diff options
author | Devin Heitmueller <dheitmueller@kernellabs.com> | 2009-04-28 15:22:47 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-16 17:21:07 -0400 |
commit | 4900877b7cdcb88e24c4130cb3c25080c03c335c (patch) | |
tree | 42aefed69867b8e881f5f943daa76300b89da21e /drivers | |
parent | ee7e63f599ae797c785281ee552c7da98b4efb7d (diff) |
V4L/DVB (11800): tuner-xc2028: show the proper module description for no_poweroff option
There was a typo in the module description for the "no_poweroff" option, where the
help was being associated with the "debug" option instead.
Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/common/tuners/tuner-xc2028.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/common/tuners/tuner-xc2028.c b/drivers/media/common/tuners/tuner-xc2028.c index fd83cc0c134c..ed2653d3b52d 100644 --- a/drivers/media/common/tuners/tuner-xc2028.c +++ b/drivers/media/common/tuners/tuner-xc2028.c | |||
@@ -30,7 +30,7 @@ MODULE_PARM_DESC(debug, "enable verbose debug messages"); | |||
30 | 30 | ||
31 | static int no_poweroff; | 31 | static int no_poweroff; |
32 | module_param(no_poweroff, int, 0644); | 32 | module_param(no_poweroff, int, 0644); |
33 | MODULE_PARM_DESC(debug, "0 (default) powers device off when not used.\n" | 33 | MODULE_PARM_DESC(no_poweroff, "0 (default) powers device off when not used.\n" |
34 | "1 keep device energized and with tuner ready all the times.\n" | 34 | "1 keep device energized and with tuner ready all the times.\n" |
35 | " Faster, but consumes more power and keeps the device hotter\n"); | 35 | " Faster, but consumes more power and keeps the device hotter\n"); |
36 | 36 | ||