You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "pussuw (via GitHub)" <gi...@apache.org> on 2023/05/25 10:02:45 UTC

[GitHub] [nuttx] pussuw opened a new pull request, #9385: fs_poll: Fix wrong return value in CONFIG_BUILD_KERNEL

pussuw opened a new pull request, #9385:
URL: https://github.com/apache/nuttx/pull/9385

   ## Summary
   The exit condition below does not work:
   
     if (ret < 0)
       {
         set_errno(-ret);
         return ERROR;
       }
     else
       {
         return count;
       }
   ## Impact
   Fix wrong return value in fs_poll, CONFIG_BUILD_KERNEL=y
   ## Testing
   None
   


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [nuttx] xiaoxiang781216 merged pull request #9385: fs_poll: Fix wrong return value in CONFIG_BUILD_KERNEL

Posted by "xiaoxiang781216 (via GitHub)" <gi...@apache.org>.
xiaoxiang781216 merged PR #9385:
URL: https://github.com/apache/nuttx/pull/9385


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org