jasonbu commented on code in PR #16666: URL: https://github.com/apache/nuttx/pull/16666#discussion_r2238999875
########## arch/sim/src/sim/posix/sim_host_v4l2.c: ########## @@ -140,7 +142,7 @@ int host_video_dqbuf(struct host_video_dev_s *vdev, uint8_t *addr, default: perror("VIDIOC_DQBUF"); - return -errno; + return host_errno_convert(-errcode); Review Comment: we should leave video in next pr maybe. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org