lkml.org 
[lkml]   [2004]   [Nov]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[patch] v4l: v4l1-compat modparam
Convert v4l1-compat module to new-style insmod options.

Signed-off-by: Gerd Knorr <kraxel@bytesex.org>
---
drivers/media/video/v4l1-compat.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

diff -u linux-2.6.10/drivers/media/video/v4l1-compat.c linux/drivers/media/video/v4l1-compat.c
--- linux-2.6.10/drivers/media/video/v4l1-compat.c 2004-11-07 12:23:00.000000000 +0100
+++ linux/drivers/media/video/v4l1-compat.c 2004-11-07 16:08:43.865616761 +0100
@@ -44,7 +44,7 @@
#endif

static unsigned int debug = 0;
-MODULE_PARM(debug,"i");
+module_param(debug, int, 0644);
MODULE_PARM_DESC(debug,"enable debug messages");
MODULE_AUTHOR("Bill Dirks");
MODULE_DESCRIPTION("v4l(1) compatibility layer for v4l2 drivers.");
--
#define printk(args...) fprintf(stderr, ## args)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:07    [W:0.026 / U:0.092 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site