diff options
Diffstat (limited to 'drivers/media/video/bt8xx/bttv-vbi.c')
-rw-r--r-- | drivers/media/video/bt8xx/bttv-vbi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/bt8xx/bttv-vbi.c b/drivers/media/video/bt8xx/bttv-vbi.c index 75fa82c7c735..bfdbc469e30f 100644 --- a/drivers/media/video/bt8xx/bttv-vbi.c +++ b/drivers/media/video/bt8xx/bttv-vbi.c | |||
@@ -54,7 +54,7 @@ | |||
54 | #define VBI_DEFLINES 16 | 54 | #define VBI_DEFLINES 16 |
55 | 55 | ||
56 | static unsigned int vbibufs = 4; | 56 | static unsigned int vbibufs = 4; |
57 | static unsigned int vbi_debug = 0; | 57 | static unsigned int vbi_debug; |
58 | 58 | ||
59 | module_param(vbibufs, int, 0444); | 59 | module_param(vbibufs, int, 0444); |
60 | module_param(vbi_debug, int, 0644); | 60 | module_param(vbi_debug, int, 0644); |