diff options
Diffstat (limited to 'drivers/media/video/ov511.c')
-rw-r--r-- | drivers/media/video/ov511.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/ov511.c b/drivers/media/video/ov511.c index 9eb2562347a8..b8d4ac0d938e 100644 --- a/drivers/media/video/ov511.c +++ b/drivers/media/video/ov511.c | |||
@@ -181,7 +181,7 @@ module_param(force_palette, int, 0); | |||
181 | MODULE_PARM_DESC(force_palette, "Force the palette to a specific value"); | 181 | MODULE_PARM_DESC(force_palette, "Force the palette to a specific value"); |
182 | module_param(backlight, int, 0); | 182 | module_param(backlight, int, 0); |
183 | MODULE_PARM_DESC(backlight, "For objects that are lit from behind"); | 183 | MODULE_PARM_DESC(backlight, "For objects that are lit from behind"); |
184 | static int num_uv; | 184 | static unsigned int num_uv; |
185 | module_param_array(unit_video, int, &num_uv, 0); | 185 | module_param_array(unit_video, int, &num_uv, 0); |
186 | MODULE_PARM_DESC(unit_video, | 186 | MODULE_PARM_DESC(unit_video, |
187 | "Force use of specific minor number(s). 0 is not allowed."); | 187 | "Force use of specific minor number(s). 0 is not allowed."); |