* [PATCH] bttv: fix MODULE_PARM_DESC for i2c_debug and i2c_hw
@ 2009-12-01 15:31 Jarod Wilson
0 siblings, 0 replies; only message in thread
From: Jarod Wilson @ 2009-12-01 15:31 UTC (permalink / raw)
To: linux-media
Currently, i2c_debug shows up w/o a desc in modinfo, and i2c_hw shows
up with i2c_debug's desc. Fix that.
Signed-off-by: Jarod Wilson <jarod@redhat.com>
diff -r e0cd9a337600 linux/drivers/media/video/bt8xx/bttv-i2c.c
--- a/linux/drivers/media/video/bt8xx/bttv-i2c.c Sun Nov 29 12:08:02 2009 -0200
+++ b/linux/drivers/media/video/bt8xx/bttv-i2c.c Tue Dec 01 10:23:54 2009 -0500
@@ -40,7 +40,7 @@
static int i2c_hw;
static int i2c_scan;
module_param(i2c_debug, int, 0644);
-MODULE_PARM_DESC(i2c_hw,"configure i2c debug level");
+MODULE_PARM_DESC(i2c_debug,"configure i2c debug level");
module_param(i2c_hw, int, 0444);
MODULE_PARM_DESC(i2c_hw,"force use of hardware i2c support, "
"instead of software bitbang");
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-12-01 15:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-01 15:31 [PATCH] bttv: fix MODULE_PARM_DESC for i2c_debug and i2c_hw Jarod Wilson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).