drivers/usbhost/usbhost_enumerate.c: Fix a syslog format
This commit is contained in:
parent
e2cb109dec
commit
0cfec6ee0b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue