mirror of
https://github.com/reactos/reactos.git
synced 2026-05-23 15:50:29 +08:00
[SERIAL] Do not return NTSTATUS from an interrupt routine.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user