anchao commented on code in PR #15033:
URL: https://github.com/apache/nuttx/pull/15033#discussion_r1867593631


##########
arch/arm/src/rp23xx/rp23xx_usbdev.c:
##########
@@ -1713,7 +1714,7 @@ static int rp23xx_epstall_exec(struct usbdev_ep_s *ep)
 
   usbtrace(TRACE_EPSTALL, privep->epphy);
 
-  flags = spin_lock_irqsave(NULL);
+  flags = spin_lock_irqsave(&g_usbdev.lock);

Review Comment:
   Deadlock ... 



-- 
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