[HDAUDBUS] HDA_PdoPnp(): Remove a redundant ASSERT()

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

View file

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