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

This commit is contained in:
Thomas Faber
2019-03-24 09:25:17 +01:00
parent 9a4676f19f
commit 526fc76cac
+1 -1
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;
}