[KS] KsServiceBusEnumPnpRequest(): Remove a redundant ASSERT()

Addendum to c6b26fa (r50531).
This commit is contained in:
Serge Gautherie 2021-05-24 08:56:17 +02:00 committed by Stanislav Motylkov
parent 2538583dbe
commit cba4fd57d0

View file

@ -2165,7 +2165,6 @@ KsServiceBusEnumPnpRequest(
else if (IoStack->MinorFunction == IRP_MN_QUERY_DEVICE_RELATIONS && IoStack->Parameters.QueryDeviceRelations.Type == TargetDeviceRelation)
{
/* handle target device relations */
ASSERT(IoStack->Parameters.QueryDeviceRelations.Type == TargetDeviceRelation);
ASSERT(Irp->IoStatus.Information == 0);
/* allocate device relation */