diff options
Diffstat (limited to 'drivers/media/video/zoran_driver.c')
-rw-r--r-- | drivers/media/video/zoran_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/zoran_driver.c b/drivers/media/video/zoran_driver.c index fea4946ee713..5cca61cb8ba8 100644 --- a/drivers/media/video/zoran_driver.c +++ b/drivers/media/video/zoran_driver.c | |||
@@ -205,7 +205,7 @@ extern int jpg_nbufs; | |||
205 | extern int jpg_bufsize; | 205 | extern int jpg_bufsize; |
206 | extern int pass_through; | 206 | extern int pass_through; |
207 | 207 | ||
208 | static int lock_norm = 0; /* 1=Don't change TV standard (norm) */ | 208 | static int lock_norm; /* 0 = default 1 = Don't change TV standard (norm) */ |
209 | module_param(lock_norm, int, 0644); | 209 | module_param(lock_norm, int, 0644); |
210 | MODULE_PARM_DESC(lock_norm, "Prevent norm changes (1 = ignore, >1 = fail)"); | 210 | MODULE_PARM_DESC(lock_norm, "Prevent norm changes (1 = ignore, >1 = fail)"); |
211 | 211 | ||