Skip to content

Commit

Permalink
ffi/fwht_decode: clarify error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnurou committed Nov 28, 2021
1 parent 063eb56 commit d5fb64d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffi/examples/c_fwht_decode/fwht_decode.c
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ allocate_dmabufs(const struct v4l2_format *format,

dma_device = open("/dev/dma_heap/system", O_RDWR | O_CLOEXEC);
if (dma_device < 0) {
perror("error opening DMA heap device");
perror("error opening DMA heap device /dev/dma_heap/system");
goto end;
}

0 comments on commit d5fb64d

Please sign in to comment.