mirror of
https://github.com/reactos/reactos.git
synced 2025-04-06 05:34:22 +00:00
[HIDCLASS]
- Remove superflous asserts svn path=/branches/usb-bringup-trunk/; revision=55040
This commit is contained in:
parent
82153d9360
commit
48c2e17262
1 changed files with 0 additions and 2 deletions
|
@ -132,7 +132,6 @@ HidClassPDO_HandleQueryDeviceId(
|
|||
// store result
|
||||
//
|
||||
DPRINT1("NewBuffer %S\n", NewBuffer);
|
||||
ASSERT(FALSE);
|
||||
Irp->IoStatus.Information = (ULONG_PTR)NewBuffer;
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
@ -272,7 +271,6 @@ HidClassPDO_HandleQueryHardwareId(
|
|||
//
|
||||
// store result
|
||||
//
|
||||
ASSERT(FALSE);
|
||||
Irp->IoStatus.Information = (ULONG_PTR)Ptr;
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue