aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx18/cx18-streams.c
diff options
context:
space:
mode:
authorAndy Walls <awalls@radix.net>2009-02-28 18:13:50 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 11:43:09 -0400
commitaf7c58b1f5014bea181ef74d724ac960923dd403 (patch)
tree9458933e440c8b777cd4f5b2cce0cdf00f7dcaac /drivers/media/video/cx18/cx18-streams.c
parent583803d135b14d414e77b6d2b546a811cac9944e (diff)
V4L/DVB (10854): cx18: Correct comments about vertical and horizontal blanking timings
This change only affects comments. 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-streams.c')
-rw-r--r--drivers/media/video/cx18/cx18-streams.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/media/video/cx18/cx18-streams.c b/drivers/media/video/cx18/cx18-streams.c
index ce65cc6c86e8..0932b76b2373 100644
--- a/drivers/media/video/cx18/cx18-streams.c
+++ b/drivers/media/video/cx18/cx18-streams.c
@@ -413,9 +413,8 @@ static void cx18_vbi_setup(struct cx18_stream *s)
413 * 0x90 (Task HorizontalBlank) 413 * 0x90 (Task HorizontalBlank)
414 * 0xd0 (Task EvenField HorizontalBlank) 414 * 0xd0 (Task EvenField HorizontalBlank)
415 * 415 *
416 * We have set the digitzer to consider the first active line 416 * We have set the digitzer such that we don't have to worry
417 * as part of VerticalBlank as well so we don't have to look for 417 * about these problem codes.
418 * these problem codes nor lose the last line of sliced data.
419 */ 418 */
420 data[4] = 0xB0F0B0F0; 419 data[4] = 0xB0F0B0F0;
421 /* 420 /*