- Remove overzealous assertions

svn path=/trunk/; revision=53381
This commit is contained in:
Cameron Gutman
2011-08-22 18:34:01 +00:00
parent b28c4ec0c7
commit a952a84acd
-2
View File
@@ -157,9 +157,7 @@ SerialPnpStartDevice(
DeviceExtension = (PSERIAL_DEVICE_EXTENSION)DeviceObject->DeviceExtension;
ASSERT(ResourceList);
ASSERT(DeviceExtension);
ASSERT(DeviceExtension->PnpState == dsStopped);
if (!ResourceList)
{