mirror of
https://github.com/reactos/reactos.git
synced 2025-05-25 04:03:56 +00:00
[SERIAL] Do not return NTSTATUS from an interrupt routine.
This commit is contained in:
parent
9a4676f19f
commit
526fc76cac
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue