]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/media/video/ivtv/ivtv-ioctl.c
V4L/DVB (9166): ivtv - Fix potential race condition in yuv handler
[net-next-2.6.git] / drivers / media / video / ivtv / ivtv-ioctl.c
index 3c2628a63015a9c6450af416add96d3c548f8607..8696527ab134bfb6daaee2e49eb7911a5c0cbf44 100644 (file)
@@ -644,8 +644,6 @@ static int ivtv_s_fmt_vid_out(struct file *file, void *fh, struct v4l2_format *f
                itv->dma_data_req_size =
                        1080 * ((yi->v4l2_src_h + 31) & ~31);
 
-       /* Force update of yuv registers */
-       yi->yuv_forced_update = 1;
        return 0;
 }