xiaoxiang781216 commented on code in PR #14003: URL: https://github.com/apache/nuttx/pull/14003#discussion_r1794113750
########## sched/wdog/wd_cancel.c: ########## @@ -105,27 +105,24 @@ int wd_cancel_irq(FAR struct wdog_s *wdog) /* Make sure that the watchdog is still active. */ - if (WDOG_ISACTIVE(wdog)) - { - bool head = list_is_head(&g_wdactivelist, &wdog->node); + bool head = list_is_head(&g_wdactivelist, &wdog->node); Review Comment: this problem doesn't fix yet, @Fix-Point please create a new patch fix 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