mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +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
|
||||
//
|
||||
InitializeListHead(&FDODeviceExtension->IrpListHead);
|
||||
|
||||
//
|
||||
// initialize event
|
||||
//
|
||||
KeInitializeEvent(&FDODeviceExtension->NoPendingRequests, NotificationEvent, TRUE);
|
||||
}
|
||||
|
||||
VOID
|
||||
|
|
Loading…
Reference in a new issue