mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:05:44 +00:00
[SERIAL]
- Remove overzealous assertions svn path=/trunk/; revision=53381
This commit is contained in:
parent
b28c4ec0c7
commit
a952a84acd
1 changed files with 0 additions and 2 deletions
|
@ -157,9 +157,7 @@ SerialPnpStartDevice(
|
|||
|
||||
DeviceExtension = (PSERIAL_DEVICE_EXTENSION)DeviceObject->DeviceExtension;
|
||||
|
||||
ASSERT(ResourceList);
|
||||
ASSERT(DeviceExtension);
|
||||
ASSERT(DeviceExtension->PnpState == dsStopped);
|
||||
|
||||
if (!ResourceList)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue