- This bus hosts all physical hardware. Surely some of it can be in the paging path...

svn path=/trunk/; revision=71868
This commit is contained in:
Thomas Faber 2016-07-09 15:40:02 +00:00
parent 9a5faf7cc9
commit 2bdf474cc4

View file

@ -462,8 +462,6 @@ Bus_InitializePdo (
pdoData->Common.DevicePowerState = ntState;
pdoData->Common.SystemPowerState = FdoData->Common.SystemPowerState;
Pdo->Flags |= DO_POWER_PAGABLE;
ExAcquireFastMutex (&FdoData->Mutex);
InsertTailList(&FdoData->ListOfPDOs, &pdoData->Link);
FdoData->NumPDOs++;