diff options
Diffstat (limited to 'drivers/media/video/tda9887.c')
-rw-r--r-- | drivers/media/video/tda9887.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/tda9887.c b/drivers/media/video/tda9887.c index d9c3169f9a04..debef1910c37 100644 --- a/drivers/media/video/tda9887.c +++ b/drivers/media/video/tda9887.c | |||
@@ -478,9 +478,9 @@ static int tda9887_set_pinnacle(struct tda9887 *t, char *buf) | |||
478 | /* ---------------------------------------------------------------------- */ | 478 | /* ---------------------------------------------------------------------- */ |
479 | 479 | ||
480 | static char pal[] = "-"; | 480 | static char pal[] = "-"; |
481 | module_param_string(pal, pal, 0644, sizeof(pal)); | 481 | module_param_string(pal, pal, sizeof(pal), 0644); |
482 | static char secam[] = "-"; | 482 | static char secam[] = "-"; |
483 | module_param_string(secam, secam, 0644, sizeof(secam)); | 483 | module_param_string(secam, secam, sizeof(secam), 0644); |
484 | 484 | ||
485 | static int tda9887_fixup_std(struct tda9887 *t) | 485 | static int tda9887_fixup_std(struct tda9887 *t) |
486 | { | 486 | { |