mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 09:21:50 +00:00
[DRIVERS] Use KeClearEvent instead of KeResetEvent where the previous state is not needed.
This commit is contained in:
parent
bad1c03529
commit
4f8379a02b
9 changed files with 12 additions and 12 deletions
|
@ -137,7 +137,7 @@ SermouseDeviceWorker(
|
|||
if (Status != STATUS_TIMEOUT)
|
||||
{
|
||||
/* we need to stop the worker thread */
|
||||
KeResetEvent(&DeviceExtension->StopWorkerThreadEvent);
|
||||
KeClearEvent(&DeviceExtension->StopWorkerThreadEvent);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue