[VIDEOPRT] Fix 'Irp->IoStatus.Information' copypasta (#3777)

Addendum to 25eae4b (r54237).
CORE-17651
This commit is contained in:
Serge Gautherie 2021-07-06 11:32:23 +02:00 committed by GitHub
parent 728f90dd18
commit 64a72787f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,7 +97,7 @@ IntVideoPortFilterResourceRequirements(
if (!AccessRangeCount)
{
/* No legacy resources to report */
return Irp->IoStatus.Information;
return Irp->IoStatus.Status;
}
/* OK, we've got the access ranges now. Let's set up the resource requirements list */