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

   ## Summary
   Fix work not queued after getting temperature fails, the work will be 
stopped after `get_temp()` fails.
   
   ## Impact
   drivers/thermal
   
   ## Testing
   1. sim:thermal with mod below PASSED:
   ```diff
    static int dummy_zdev_get_temp(FAR struct thermal_zone_device_s *zdev,
                                   FAR int *temp)
    {
   +  return ERROR;
   ```
   2. CI


-- 
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

Reply via email to