aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88/cx88-cards.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2010-11-22 15:50:51 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-12-29 08:16:55 -0200
commit97108cf682566a79ad49f165435bddbb91844d9a (patch)
tree096a9886b0707440cc9b5f12e09030e68a74d45e /drivers/media/video/cx88/cx88-cards.c
parent[media] Fix rc-tbs-nec table after converting the cx88 driver to ir-core (diff)
downloadlinux-dev-97108cf682566a79ad49f165435bddbb91844d9a.tar.xz
linux-dev-97108cf682566a79ad49f165435bddbb91844d9a.zip
[media] Fix parameter description for disable_ir
It seems that a wrong cut-and-paste error were done here. Reported-by: Jeremy Kerr <jeremy.kerr@canonical.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx88/cx88-cards.c')
-rw-r--r--drivers/media/video/cx88/cx88-cards.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c
index 9b9e169cce90..7e0ee106e1d3 100644
--- a/drivers/media/video/cx88/cx88-cards.c
+++ b/drivers/media/video/cx88/cx88-cards.c
@@ -47,7 +47,7 @@ MODULE_PARM_DESC(latency,"pci latency timer");
static int disable_ir;
module_param(disable_ir, int, 0444);
-MODULE_PARM_DESC(latency, "Disable IR support");
+MODULE_PARM_DESC(disable_ir, "Disable IR support");
#define info_printk(core, fmt, arg...) \
printk(KERN_INFO "%s: " fmt, core->name , ## arg)