mirror of
https://github.com/reactos/reactos.git
synced 2025-06-10 04:14:53 +00:00
[KS] KsServiceBusEnumPnpRequest(): Remove a redundant ASSERT()
Addendum to c6b26fa
(r50531).
This commit is contained in:
parent
2538583dbe
commit
cba4fd57d0
1 changed files with 0 additions and 1 deletions
|
@ -2165,7 +2165,6 @@ KsServiceBusEnumPnpRequest(
|
||||||
else if (IoStack->MinorFunction == IRP_MN_QUERY_DEVICE_RELATIONS && IoStack->Parameters.QueryDeviceRelations.Type == TargetDeviceRelation)
|
else if (IoStack->MinorFunction == IRP_MN_QUERY_DEVICE_RELATIONS && IoStack->Parameters.QueryDeviceRelations.Type == TargetDeviceRelation)
|
||||||
{
|
{
|
||||||
/* handle target device relations */
|
/* handle target device relations */
|
||||||
ASSERT(IoStack->Parameters.QueryDeviceRelations.Type == TargetDeviceRelation);
|
|
||||||
ASSERT(Irp->IoStatus.Information == 0);
|
ASSERT(Irp->IoStatus.Information == 0);
|
||||||
|
|
||||||
/* allocate device relation */
|
/* allocate device relation */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue