drivers/usbhost/usbhost_enumerate.c: Fix a syslog format

This commit is contained in:
YAMAMOTO Takashi 2020-11-22 19:49:27 +09:00 committed by Xiang Xiao
parent e2cb109dec
commit 0cfec6ee0b

View file

@ -431,7 +431,7 @@ int usbhost_enumerate(FAR struct usbhost_hubport_s *hport,
ret = DRVR_CTRLOUT(hport->drvr, hport->ep0, ctrlreq, NULL);
if (ret < 0)
{
uerr("ERROR: Failed to set address: %d\n");
uerr("ERROR: Failed to set address: %d\n", ret);
goto errout;
}