Author: janderwald
Date: Sat Jan 21 01:56:02 2012
New Revision: 55040
URL:
http://svn.reactos.org/svn/reactos?rev=55040&view=rev
Log:
[HIDCLASS]
- Remove superflous asserts
Modified:
branches/usb-bringup-trunk/drivers/hid/hidclass/pdo.c
Modified: branches/usb-bringup-trunk/drivers/hid/hidclass/pdo.c
URL:
http://svn.reactos.org/svn/reactos/branches/usb-bringup-trunk/drivers/hid/h…
==============================================================================
--- branches/usb-bringup-trunk/drivers/hid/hidclass/pdo.c [iso-8859-1] (original)
+++ branches/usb-bringup-trunk/drivers/hid/hidclass/pdo.c [iso-8859-1] Sat Jan 21 01:56:02
2012
@@ -132,7 +132,6 @@
// store result
//
DPRINT1("NewBuffer %S\n", NewBuffer);
- ASSERT(FALSE);
Irp->IoStatus.Information = (ULONG_PTR)NewBuffer;
return STATUS_SUCCESS;
}
@@ -272,7 +271,6 @@
//
// store result
//
- ASSERT(FALSE);
Irp->IoStatus.Information = (ULONG_PTR)Ptr;
return STATUS_SUCCESS;
}