acassis commented on code in PR #15715: URL: https://github.com/apache/nuttx/pull/15715#discussion_r1934236002
########## net/can/can_callback.c: ########## @@ -236,6 +234,7 @@ uint16_t can_datahandler(FAR struct net_driver_s *dev, else { nerr("ERROR: Failed to queue the I/O buffer chain: %d\n", ret); + ret = 0; Review Comment: I noticed it when I reviewed the commit, note that the function decoration documentation explains about it -- 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