Commit 7408e27e authored by Gerd Knorr's avatar Gerd Knorr Committed by Linus Torvalds

[PATCH] v4l: v4l1-compat modparam

Convert v4l1-compat module to new-style insmod options.
Signed-off-by: default avatarGerd Knorr <kraxel@bytesex.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent c38985d2
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
#endif #endif
static unsigned int debug = 0; static unsigned int debug = 0;
MODULE_PARM(debug,"i"); module_param(debug, int, 0644);
MODULE_PARM_DESC(debug,"enable debug messages"); MODULE_PARM_DESC(debug,"enable debug messages");
MODULE_AUTHOR("Bill Dirks"); MODULE_AUTHOR("Bill Dirks");
MODULE_DESCRIPTION("v4l(1) compatibility layer for v4l2 drivers."); MODULE_DESCRIPTION("v4l(1) compatibility layer for v4l2 drivers.");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment