[VIDEOPRT] Complete dispatch IOCTL with IO_VIDEO_INCREMENT priority boost.

This commit is contained in:
Hermès Bélusca-Maïto 2019-12-24 18:34:19 +01:00
parent 16f64a9533
commit 0fe71544d2
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

View file

@ -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;
}