typo
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1056 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
7c021b542b
commit
cd2ae14200
|
@ -1467,7 +1467,7 @@ static void usbclass_unbind(FAR struct usbdev_s *dev)
|
|||
if (priv->ctrlreq != NULL)
|
||||
{
|
||||
usbclass_freereq(dev->ep0, priv->ctrlreq);
|
||||
priv->ctrlreg = NULL;
|
||||
priv->ctrlreq = NULL;
|
||||
}
|
||||
|
||||
/* Free pre-allocated read requests (which should all have
|
||||
|
|
Loading…
Reference in New Issue