diff options
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-vbi.c')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-vbi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/ivtv/ivtv-vbi.c b/drivers/media/video/ivtv/ivtv-vbi.c index a7282a91bd97..a58c833c2b04 100644 --- a/drivers/media/video/ivtv/ivtv-vbi.c +++ b/drivers/media/video/ivtv/ivtv-vbi.c | |||
@@ -163,8 +163,8 @@ static int ivtv_convert_ivtv_vbi(struct ivtv *itv, u8 *p) | |||
163 | linemask[1] = 0xf; | 163 | linemask[1] = 0xf; |
164 | p += 4; | 164 | p += 4; |
165 | } else { | 165 | } else { |
166 | /* unknown VBI data stream */ | 166 | /* unknown VBI data, convert to empty VBI frame */ |
167 | return 0; | 167 | linemask[0] = linemask[1] = 0; |
168 | } | 168 | } |
169 | for (i = 0; i < 36; i++) { | 169 | for (i = 0; i < 36; i++) { |
170 | int err = 0; | 170 | int err = 0; |