mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 08:00:24 +00:00
- hpoussin: If minor function is not recognized, you must not change the Irp->IoStatus.Status field.
svn path=/trunk/; revision=27149
This commit is contained in:
parent
1b70c2f495
commit
0a8b633b06
1 changed files with 1 additions and 1 deletions
|
@ -483,7 +483,7 @@ IntVideoPortDispatchPnp(
|
|||
break;
|
||||
|
||||
default:
|
||||
return STATUS_NOT_IMPLEMENTED;
|
||||
return Irp->IoStatus.Status;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue