[ISAPNP] Initialize uninitialized variable

Return value was a suggestion from Thomas,
it still boots for me (tm)
This commit is contained in:
Mark Jansen 2020-05-16 14:03:04 +02:00
parent db7ee3a756
commit da777baa3d
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B

View file

@ -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;