mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[SERIAL]
- Remove overzealous assertions svn path=/trunk/; revision=53381
This commit is contained in:
@@ -157,9 +157,7 @@ SerialPnpStartDevice(
|
||||
|
||||
DeviceExtension = (PSERIAL_DEVICE_EXTENSION)DeviceObject->DeviceExtension;
|
||||
|
||||
ASSERT(ResourceList);
|
||||
ASSERT(DeviceExtension);
|
||||
ASSERT(DeviceExtension->PnpState == dsStopped);
|
||||
|
||||
if (!ResourceList)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user