mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 15:11:41 +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 */
|
/* We are now ready to handle another IRP, even if this one is not completed */
|
||||||
DeviceExtension->WaitOnMaskIrp = NULL;
|
DeviceExtension->WaitOnMaskIrp = NULL;
|
||||||
return STATUS_SUCCESS;
|
return TRUE;
|
||||||
}
|
}
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue