[SERIAL] Do not return NTSTATUS from an interrupt routine.

This commit is contained in:
Thomas Faber 2019-01-14 09:10:22 +01:00
parent 9a4676f19f
commit 526fc76cac
No known key found for this signature in database
GPG key ID: 076E7C3D44720826

View file

@ -297,7 +297,7 @@ done:
/* We are now ready to handle another IRP, even if this one is not completed */
DeviceExtension->WaitOnMaskIrp = NULL;
return STATUS_SUCCESS;
return TRUE;
}
return TRUE;
}