mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +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);
|
INFO_(VIDEOPRT, "- Returned status: 0x%x\n", Status);
|
||||||
|
|
||||||
Irp->IoStatus.Status = Status;
|
Irp->IoStatus.Status = Status;
|
||||||
IoCompleteRequest(Irp, IO_NO_INCREMENT);
|
IoCompleteRequest(Irp, IO_VIDEO_INCREMENT);
|
||||||
return Status;
|
return Status;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue