[USBEHCI] Avoid uninitialized return status in EHCI_ReopenEndpoint.

Powered by clang-cl.
This commit is contained in:
Thomas Faber 2021-10-09 16:01:06 -04:00
parent e7574ee5e8
commit 555eec0306
No known key found for this signature in database
GPG key ID: 076E7C3D44720826

View file

@ -603,6 +603,7 @@ EHCI_ReopenEndpoint(IN PVOID ehciExtension,
QH->sqh.HwQH.EndpointCaps.HubAddr = EndpointProperties->HubAddr;
MPStatus = MP_STATUS_SUCCESS;
break;
default: