Messages in this thread |  | | Date | Tue, 14 Jun 2005 17:01:37 -0700 | From | Andrew Morton <> | Subject | Re: [PATCH3/5] Synchronize patch for SAA7134 cards |
| |
Mauro Carvalho Chehab <mchehab@brturbo.com.br> wrote: > > --- linux-2.6.12/drivers/media/video/saa7134/saa7134-video.c 2005-06-07 15:39:55.000000000 -0300 > +++ linux/drivers/media/video/saa7134/saa7134-video.c 2005-06-12 01:22:34.000000000 -0300 > @@ -1,5 +1,5 @@ > /* > ... > .h_start = 0, > .h_stop = 719, > - .video_v_start = 23, > - .video_v_stop = 262, > - .vbi_v_start_0 = 10, > - .vbi_v_stop_0 = 21, > - .vbi_v_start_1 = 273, > - .src_timing = 7, > - > + .video_v_start = 22, > + .video_v_start = 23,
That doesn't compile. I'll assume it's supposed to be 22. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |