mirror of
https://github.com/reactos/reactos.git
synced 2026-05-23 15:50:29 +08:00
[ISAPNP] Initialize uninitialized variable
Return value was a suggestion from Thomas, it still boots for me (tm)
This commit is contained in:
@@ -191,7 +191,7 @@ IsaPdoStartReadPort(
|
||||
IN PIO_STACK_LOCATION IrpSp)
|
||||
{
|
||||
PCM_RESOURCE_LIST ResourceList = IrpSp->Parameters.StartDevice.AllocatedResources;
|
||||
NTSTATUS Status;
|
||||
NTSTATUS Status = STATUS_INVALID_PARAMETER;
|
||||
KIRQL OldIrql;
|
||||
ULONG i;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user