xiaoxiang781216 commented on code in PR #7472:
URL: https://github.com/apache/incubator-nuttx/pull/7472#discussion_r1011122178
##########
arch/arm/src/lpc43xx/lpc43_ehci.c:
##########
@@ -5087,7 +5087,6 @@ struct usbhost_connection_s *lpc43_ehci_initialize(int
controller)
* first port is reset (and enabled)."
*/
- memset(&g_asynchead, 0, sizeof(struct lpc43_qh_s));
Review Comment:
move to new patch
##########
arch/arm/src/lpc43xx/lpc43_ehci.c:
##########
@@ -5108,7 +5107,6 @@ struct usbhost_connection_s *lpc43_ehci_initialize(int
controller)
* Head (g_intrhead).
*/
- memset(&g_intrhead, 0, sizeof(struct lpc43_qh_s));
Review Comment:
move to new patch
--
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]