mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[PCIX]
- Fix parameters in KeSetEvent call. Spotted by Daniel Nespoulos. svn path=/trunk/; revision=59122
This commit is contained in:
@@ -31,7 +31,7 @@ PciSetEventCompletion(IN PDEVICE_OBJECT DeviceObject,
|
||||
UNREFERENCED_PARAMETER(Irp);
|
||||
|
||||
/* Set the event and return the appropriate status code */
|
||||
KeSetEvent(Event, FALSE, IO_NO_INCREMENT);
|
||||
KeSetEvent(Event, IO_NO_INCREMENT, FALSE);
|
||||
return STATUS_MORE_PROCESSING_REQUIRED;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user