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 6819e21a3773..e79a402fa6cd 100644 --- a/drivers/media/video/bt8xx/bttv-vbi.c +++ b/drivers/media/video/bt8xx/bttv-vbi.c | |||
@@ -411,7 +411,7 @@ int bttv_g_fmt_vbi_cap(struct file *file, void *f, struct v4l2_format *frt) | |||
411 | return 0; | 411 | return 0; |
412 | } | 412 | } |
413 | 413 | ||
414 | void bttv_vbi_fmt_reset(struct bttv_vbi_fmt *f, int norm) | 414 | void bttv_vbi_fmt_reset(struct bttv_vbi_fmt *f, unsigned int norm) |
415 | { | 415 | { |
416 | const struct bttv_tvnorm *tvnorm; | 416 | const struct bttv_tvnorm *tvnorm; |
417 | unsigned int real_samples_per_line; | 417 | unsigned int real_samples_per_line; |