diff options
Diffstat (limited to 'drivers/media/video/cx18/cx18-fileops.c')
-rw-r--r-- | drivers/media/video/cx18/cx18-fileops.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/media/video/cx18/cx18-fileops.c b/drivers/media/video/cx18/cx18-fileops.c index d522d84906e1..eef842b87651 100644 --- a/drivers/media/video/cx18/cx18-fileops.c +++ b/drivers/media/video/cx18/cx18-fileops.c | |||
@@ -207,9 +207,7 @@ static struct cx18_mdl *cx18_get_mdl(struct cx18_stream *s, int non_block, | |||
207 | *err = 0; | 207 | *err = 0; |
208 | while (1) { | 208 | while (1) { |
209 | if (s->type == CX18_ENC_STREAM_TYPE_MPG) { | 209 | if (s->type == CX18_ENC_STREAM_TYPE_MPG) { |
210 | /* Process pending program info updates and pending | 210 | /* Process pending program updates and VBI data */ |
211 | VBI data */ | ||
212 | |||
213 | if (time_after(jiffies, cx->dualwatch_jiffies + msecs_to_jiffies(1000))) { | 211 | if (time_after(jiffies, cx->dualwatch_jiffies + msecs_to_jiffies(1000))) { |
214 | cx->dualwatch_jiffies = jiffies; | 212 | cx->dualwatch_jiffies = jiffies; |
215 | cx18_dualwatch(cx); | 213 | cx18_dualwatch(cx); |