mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 22:26:39 +00:00
[NTOS]: Root Bus PDO should not override Status with STATUS_NOT_IMPLEMENTED and instead use the current IRP status (which drivers/PnP will typically set to STATUS_NOT_SUPPORTED). Found by testing the new PCIx driver (probably fixes other bus drivers too).
svn path=/trunk/; revision=47389
This commit is contained in:
parent
6b6a3291e8
commit
58055397a5
1 changed files with 0 additions and 1 deletions
|
@ -1085,7 +1085,6 @@ PnpRootPdoPnpControl(
|
||||||
|
|
||||||
default:
|
default:
|
||||||
DPRINT1("IRP_MJ_PNP / Unknown minor function 0x%lx\n", IrpSp->MinorFunction);
|
DPRINT1("IRP_MJ_PNP / Unknown minor function 0x%lx\n", IrpSp->MinorFunction);
|
||||||
Status = STATUS_NOT_IMPLEMENTED;
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue