fixup! v4l2: Add helper for exporting with dma-buf

This commit is contained in:
Paul Kocialkowski
2018-07-18 14:54:47 +02:00
parent 019a0ccb42
commit c3400478ff
+2 -2
View File
@@ -270,8 +270,8 @@ int v4l2_export_buffer(int video_fd, unsigned int type, unsigned int index,
rc = ioctl(video_fd, VIDIOC_EXPBUF, &exportbuffer);
if (rc < 0) {
sunxi_cedrus_log("Unable to export buffer: %s\n",
strerror(errno));
request_log("Unable to export buffer: %s\n",
strerror(errno));
return -1;
}