mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
[HDAUDBUS] Fix uninitialized variable usage
This commit is contained in:
parent
378294a7df
commit
951e52104a
1 changed files with 4 additions and 0 deletions
|
@ -156,6 +156,10 @@ HDA_PdoPnp(
|
|||
Status = STATUS_INSUFFICIENT_RESOURCES;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
Status = Irp->IoStatus.Status;
|
||||
}
|
||||
break;
|
||||
case IRP_MN_QUERY_CAPABILITIES:
|
||||
/* query capabilities */
|
||||
|
|
Loading…
Reference in a new issue