Fishwaldo commented on code in PR #19745:
URL: https://github.com/apache/nuttx/pull/19745#discussion_r3788720396


##########
drivers/usbhost/usbhost_xhci.c:
##########
@@ -5245,8 +5475,9 @@ static int xhci_hw_getparams(FAR struct usbhost_xhci_s 
*priv)
       priv->no_slots = CONFIG_USBHOST_XHCI_MAX_DEVS;
     }
 
-  uinfo("no slots = %d, no ports = %d\n",
-          priv->no_slots, priv->no_ports);
+  syslog(LOG_INFO, "%s: %d root port%s, %d device slot%s\n",

Review Comment:
   Fixed. See next comment for the other (3) syslog messages I left. 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to