mirror of
https://github.com/reactos/reactos.git
synced 2026-05-22 23:30:07 +08:00
[USBEHCI] Avoid uninitialized return status in EHCI_ReopenEndpoint.
Powered by clang-cl.
This commit is contained in:
@@ -603,6 +603,7 @@ EHCI_ReopenEndpoint(IN PVOID ehciExtension,
|
||||
|
||||
QH->sqh.HwQH.EndpointCaps.HubAddr = EndpointProperties->HubAddr;
|
||||
|
||||
MPStatus = MP_STATUS_SUCCESS;
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user