mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
[HDAUDBUS] HDA_PdoPnp(): Remove a redundant ASSERT()
Addendum to cf7fc81
(r68311).
This commit is contained in:
parent
cba4fd57d0
commit
fdcefaa7cb
1 changed files with 0 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue