mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 11:41:51 +08:00
xhci_command() returned -ETIMEDOUT when a completion arrived without an interrupt, although the fallback poll had already retrieved the event, so callers unwound work the controller had completed. Use the event's completion code whichever path retrieved it. Assisted-by: Claude:claude-opus-5 Signed-off-by: Justin Hammond <justin@dynam.ac>