aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx18/cx18-fileops.c
diff options
context:
space:
mode:
authorAndy Walls <awalls@radix.net>2009-12-31 22:27:28 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-02-26 15:10:30 -0300
commit9bff2d61716bffe5e1d58de9eb940c62bb020fcf (patch)
tree65fb58e5ee023b340d36e8eb5ef5ca3c7af2d8ac /drivers/media/video/cx18/cx18-fileops.c
parent82acdc84cc4acc11389bdc648b23b15426d2038c (diff)
downloadkernel_samsung_smdk4412-9bff2d61716bffe5e1d58de9eb940c62bb020fcf.zip
kernel_samsung_smdk4412-9bff2d61716bffe5e1d58de9eb940c62bb020fcf.tar.gz
kernel_samsung_smdk4412-9bff2d61716bffe5e1d58de9eb940c62bb020fcf.tar.bz2
V4L/DVB (13909): cx18: Clean up dead code from ivtv once used for IDX processing
Signed-off-by: Andy Walls <awalls@radix.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx18/cx18-fileops.c')
-rw-r--r--drivers/media/video/cx18/cx18-fileops.c4
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 d522d84..eef842b 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,
*err = 0;
while (1) {
if (s->type == CX18_ENC_STREAM_TYPE_MPG) {
- /* Process pending program info updates and pending
- VBI data */
-
+ /* Process pending program updates and VBI data */
if (time_after(jiffies, cx->dualwatch_jiffies + msecs_to_jiffies(1000))) {
cx->dualwatch_jiffies = jiffies;
cx18_dualwatch(cx);