jkivilin commented on issue #24: Fix wait loop and void cast
URL: https://github.com/apache/incubator-nuttx/pull/24#issuecomment-572523281
 
 
   Ok. So, before adding `net_lockedwait_uninterruptible`, `ret` was being 
initialized by
    ```
         while ((ret = net_lockedwait(&dev->req.acksem)) < 0)
           {
             DEBUGASSERT(ret == -EINTR || ret == -ECANCELED);
           }
   ```
   and return value from net_lockedwait was returned for 
`usrsockdev_do_request` but that's no longer the case.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to