mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 23:55:41 +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
|
// store result
|
||||||
//
|
//
|
||||||
DPRINT1("NewBuffer %S\n", NewBuffer);
|
DPRINT1("NewBuffer %S\n", NewBuffer);
|
||||||
ASSERT(FALSE);
|
|
||||||
Irp->IoStatus.Information = (ULONG_PTR)NewBuffer;
|
Irp->IoStatus.Information = (ULONG_PTR)NewBuffer;
|
||||||
return STATUS_SUCCESS;
|
return STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
|
@ -272,7 +271,6 @@ HidClassPDO_HandleQueryHardwareId(
|
||||||
//
|
//
|
||||||
// store result
|
// store result
|
||||||
//
|
//
|
||||||
ASSERT(FALSE);
|
|
||||||
Irp->IoStatus.Information = (ULONG_PTR)Ptr;
|
Irp->IoStatus.Information = (ULONG_PTR)Ptr;
|
||||||
return STATUS_SUCCESS;
|
return STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue