mirror of
https://github.com/reactos/reactos.git
synced 2025-05-20 17:45:06 +00:00
[USBOHCI]
- Fix mingw build svn path=/branches/usb-bringup-trunk/; revision=55395
This commit is contained in:
parent
c2d96ce7ff
commit
fb0e8c40ac
1 changed files with 0 additions and 4 deletions
|
@ -1700,9 +1700,7 @@ CHubController::HandleSyncResetAndClearStall(
|
|||
IN OUT PIRP Irp,
|
||||
IN OUT PURB Urb)
|
||||
{
|
||||
USB_DEFAULT_PIPE_SETUP_PACKET CtrlSetup;
|
||||
NTSTATUS Status = STATUS_SUCCESS;
|
||||
PUSBDEVICE UsbDevice;
|
||||
PUSB_ENDPOINT_DESCRIPTOR EndpointDescriptor;
|
||||
ULONG Type;
|
||||
|
||||
|
@ -1759,12 +1757,10 @@ CHubController::HandleAbortPipe(
|
|||
IN OUT PIRP Irp,
|
||||
IN OUT PURB Urb)
|
||||
{
|
||||
USB_DEFAULT_PIPE_SETUP_PACKET CtrlSetup;
|
||||
NTSTATUS Status;
|
||||
PUSBDEVICE UsbDevice;
|
||||
PUSB_ENDPOINT_DESCRIPTOR EndpointDescriptor;
|
||||
|
||||
|
||||
//
|
||||
// sanity check
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue