drivers/usbhost/usbhost_enumerate.c: Fix a syslog format
This commit is contained in:
parent
e2cb109dec
commit
0cfec6ee0b
@ -431,7 +431,7 @@ int usbhost_enumerate(FAR struct usbhost_hubport_s *hport,
|
|||||||
ret = DRVR_CTRLOUT(hport->drvr, hport->ep0, ctrlreq, NULL);
|
ret = DRVR_CTRLOUT(hport->drvr, hport->ep0, ctrlreq, NULL);
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
{
|
{
|
||||||
uerr("ERROR: Failed to set address: %d\n");
|
uerr("ERROR: Failed to set address: %d\n", ret);
|
||||||
goto errout;
|
goto errout;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user