mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 01:55:39 +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)
|
if (!AccessRangeCount)
|
||||||
{
|
{
|
||||||
/* No legacy resources to report */
|
/* 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 */
|
/* OK, we've got the access ranges now. Let's set up the resource requirements list */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue