mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[VIDEOPRT] Fix 'Irp->IoStatus.Information' copypasta (#3777)
Addendum to 25eae4b
(r54237).
CORE-17651
This commit is contained in:
parent
728f90dd18
commit
64a72787f2
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue