pkarashchenko commented on code in PR #7414:
URL: https://github.com/apache/incubator-nuttx/pull/7414#discussion_r1003206207


##########
boards/arm/phy62xx/phy6222/src/bringup.c:
##########
@@ -70,7 +70,7 @@ extern int phyplus_timer_initialize(const char *devpath, int 
timer);
 
 int phy62xx_bringup(void)
 {
-  int ret;
+  int ret = OK;

Review Comment:
   Let's remove `UNUSED(ret);` and update return to `return ret;`



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