mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 12:04:51 +00:00
[USBSTOR]
- Add forgotten event initialization from last usbstor commit svn path=/branches/usb-bringup-trunk/; revision=55352
This commit is contained in:
parent
b3994ae487
commit
f53d09f118
1 changed files with 5 additions and 0 deletions
|
@ -29,6 +29,11 @@ USBSTOR_QueueInitialize(
|
||||||
// initialize irp list head
|
// initialize irp list head
|
||||||
//
|
//
|
||||||
InitializeListHead(&FDODeviceExtension->IrpListHead);
|
InitializeListHead(&FDODeviceExtension->IrpListHead);
|
||||||
|
|
||||||
|
//
|
||||||
|
// initialize event
|
||||||
|
//
|
||||||
|
KeInitializeEvent(&FDODeviceExtension->NoPendingRequests, NotificationEvent, TRUE);
|
||||||
}
|
}
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
|
|
Loading…
Reference in a new issue