media: v4l: vsp1: Remove the unneeded vsp1_video_buffer video field
[profile/ivi/kernel-x86-ivi.git] / drivers / media / platform / vsp1 / vsp1_video.c
index b4687a8..7245cca 100644 (file)
@@ -635,8 +635,6 @@ static int vsp1_video_buffer_prepare(struct vb2_buffer *vb)
        if (vb->num_planes < format->num_planes)
                return -EINVAL;
 
-       buf->video = video;
-
        for (i = 0; i < vb->num_planes; ++i) {
                buf->addr[i] = vb2_dma_contig_plane_dma_addr(vb, i);
                buf->length[i] = vb2_plane_size(vb, i);