[ros-diffs] [janderwald] 55040: [HIDCLASS] - Remove superflous asserts

janderwald at svn.reactos.org janderwald at svn.reactos.org
Sat Jan 21 01:56:02 UTC 2012


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/hidclass/pdo.c?rev=55040&r1=55039&r2=55040&view=diff
==============================================================================
--- 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;
 }




More information about the Ros-diffs mailing list