kernel/drivers/media/pci/cx88/cx88-vbi.c
.. .. @@ -144,11 +144,10 @@ 144 144 return -EINVAL; 145 145 vb2_set_plane_payload(vb, 0, size); 146 146 147 - cx88_risc_buffer(dev->pci, &buf->risc, sgt->sgl,148 - 0, VBI_LINE_LENGTH * lines,149 - VBI_LINE_LENGTH, 0,150 - lines);151 - return 0;147 + return cx88_risc_buffer(dev->pci, &buf->risc, sgt->sgl,148 + 0, VBI_LINE_LENGTH * lines,149 + VBI_LINE_LENGTH, 0,150 + lines);152 151 } 153 152 154 153 static void buffer_finish(struct vb2_buffer *vb)