mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
[VIDEOPRT] Complete dispatch IOCTL with IO_VIDEO_INCREMENT priority boost.
This commit is contained in:
parent
16f64a9533
commit
0fe71544d2
1 changed files with 1 additions and 1 deletions
|
@ -827,7 +827,7 @@ IntVideoPortDispatchDeviceControl(
|
|||
INFO_(VIDEOPRT, "- Returned status: 0x%x\n", Status);
|
||||
|
||||
Irp->IoStatus.Status = Status;
|
||||
IoCompleteRequest(Irp, IO_NO_INCREMENT);
|
||||
IoCompleteRequest(Irp, IO_VIDEO_INCREMENT);
|
||||
return Status;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue