diff options
Diffstat (limited to 'drivers/media/video/zoran_driver.c')
-rw-r--r-- | drivers/media/video/zoran_driver.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/zoran_driver.c b/drivers/media/video/zoran_driver.c index 377bb2d11ffd..4dbe2d449b50 100644 --- a/drivers/media/video/zoran_driver.c +++ b/drivers/media/video/zoran_driver.c | |||
@@ -207,8 +207,8 @@ extern int jpg_bufsize; | |||
207 | extern int pass_through; | 207 | extern int pass_through; |
208 | 208 | ||
209 | static int lock_norm = 0; /* 1=Don't change TV standard (norm) */ | 209 | static int lock_norm = 0; /* 1=Don't change TV standard (norm) */ |
210 | module_param(lock_norm, int, 0); | 210 | module_param(lock_norm, int, 0644); |
211 | MODULE_PARM_DESC(lock_norm, "Users can't change norm"); | 211 | MODULE_PARM_DESC(lock_norm, "Prevent norm changes (1 = ignore, >1 = fail)"); |
212 | 212 | ||
213 | #ifdef CONFIG_VIDEO_V4L2 | 213 | #ifdef CONFIG_VIDEO_V4L2 |
214 | /* small helper function for calculating buffersizes for v4l2 | 214 | /* small helper function for calculating buffersizes for v4l2 |