mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 04:35:53 +00:00
[HIDCLASS]
- Don't return inconsistent status values from HidClass_DeviceControl svn path=/trunk/; revision=58944
This commit is contained in:
parent
bf9fa8056b
commit
5d4c6981e0
1 changed files with 1 additions and 1 deletions
|
@ -864,7 +864,7 @@ HidClass_DeviceControl(
|
|||
// invalid request
|
||||
//
|
||||
DPRINT1("[HIDCLASS] DeviceControl Irp for FDO arrived\n");
|
||||
Irp->IoStatus.Status = STATUS_INVALID_PARAMETER;
|
||||
Irp->IoStatus.Status = STATUS_INVALID_PARAMETER_1;
|
||||
IoCompleteRequest(Irp, IO_NO_INCREMENT);
|
||||
return STATUS_INVALID_PARAMETER_1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue