xiaoxiang781216 commented on code in PR #7191: URL: https://github.com/apache/incubator-nuttx/pull/7191#discussion_r980766520
########## arch/arm/src/cxd56xx/cxd56_gnss.c: ########## @@ -3063,21 +3060,20 @@ static int cxd56_gnss_register(const char *devpath) { gnsserr("Failed to initialize ICC for GPS CPU: %d,%d\n", ret, devsig_table[i].sigtype); - goto _err2; + goto err2; } cxd56_cpu1sigregisterhandler(devsig_table[i].sigtype, devsig_table[i].handler); } gnssinfo("GNSS driver loaded successfully!\n"); - return ret; - _err2: +err2: Review Comment: Done. -- 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