[ros-diffs] [janderwald] 55049: [HIDCLASS] - Remove asserts which are hit during shutdown

janderwald at svn.reactos.org janderwald at svn.reactos.org
Sat Jan 21 17:32:59 UTC 2012


Author: janderwald
Date: Sat Jan 21 17:32:59 2012
New Revision: 55049

URL: http://svn.reactos.org/svn/reactos?rev=55049&view=rev
Log:
[HIDCLASS]
- Remove asserts which are hit during shutdown

Modified:
    branches/usb-bringup-trunk/drivers/hid/hidclass/hidclass.c

Modified: branches/usb-bringup-trunk/drivers/hid/hidclass/hidclass.c
URL: http://svn.reactos.org/svn/reactos/branches/usb-bringup-trunk/drivers/hid/hidclass/hidclass.c?rev=55049&r1=55048&r2=55049&view=diff
==============================================================================
--- branches/usb-bringup-trunk/drivers/hid/hidclass/hidclass.c [iso-8859-1] (original)
+++ branches/usb-bringup-trunk/drivers/hid/hidclass/hidclass.c [iso-8859-1] Sat Jan 21 17:32:59 2012
@@ -117,7 +117,6 @@
     IN PDRIVER_OBJECT DriverObject)
 {
     UNIMPLEMENTED
-    ASSERT(FALSE);
 }
 
 NTSTATUS
@@ -848,7 +847,6 @@
     IN PIRP Irp)
 {
     UNIMPLEMENTED
-    ASSERT(FALSE);
     return STATUS_NOT_IMPLEMENTED;
 }
 




More information about the Ros-diffs mailing list