[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

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