mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
[USBEHCI] Avoid uninitialized return status in EHCI_ReopenEndpoint.
Powered by clang-cl.
This commit is contained in:
parent
e7574ee5e8
commit
555eec0306
1 changed files with 1 additions and 0 deletions
|
@ -603,6 +603,7 @@ EHCI_ReopenEndpoint(IN PVOID ehciExtension,
|
|||
|
||||
QH->sqh.HwQH.EndpointCaps.HubAddr = EndpointProperties->HubAddr;
|
||||
|
||||
MPStatus = MP_STATUS_SUCCESS;
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue