- Arch, don't shut down the system on IRP_MN_QUERY_POWER!
CORE-10110

svn path=/trunk/; revision=69025
This commit is contained in:
Thomas Faber 2015-09-05 13:24:30 +00:00
parent c1228347b5
commit ded6dc385c

View file

@ -70,7 +70,6 @@ Bus_FDO_Power (
((powerType == SystemPowerState) ? \
DbgSystemPowerString(powerState.SystemState) :\
DbgDevicePowerString(powerState.DeviceState)));
}
if (powerType == SystemPowerState)
{
@ -105,6 +104,7 @@ Bus_FDO_Power (
status = STATUS_UNSUCCESSFUL;
}
}
}
PoStartNextPowerIrp (Irp);
IoSkipCurrentIrpStackLocation(Irp);
status = PoCallDriver (Data->NextLowerDriver, Irp);