mirror of
https://github.com/reactos/reactos.git
synced 2026-05-29 21:19:51 +08:00
[HDAUDBUS] HDA_PdoPnp(): Remove a redundant ASSERT()
Addendum to cf7fc81 (r68311).
This commit is contained in:
committed by
Stanislav Motylkov
parent
cba4fd57d0
commit
fdcefaa7cb
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user