Don't tell we succeeded IOCTL_KEYBOARD_QUERY_INDICATORS and IOCTL_KEYBOARD_QUERY_INDI...
[reactos.git] / reactos / drivers / usb / miniport / common / main.c
index 186b44d..b401031 100644 (file)
@@ -322,9 +322,7 @@ IrpStub(
        {
                DPRINT1("USBMP: FDO stub for major function 0x%lx\n",
                        IoGetCurrentIrpStackLocation(Irp)->MajorFunction);
-#ifndef NDEBUG
-               DbgBreakPoint();
-#endif
+               ASSERT(FALSE);
                return ForwardIrpAndForget(DeviceObject, Irp);
        }
        else
@@ -334,9 +332,7 @@ IrpStub(
                 */
                DPRINT1("USBMP: PDO stub for major function 0x%lx\n",
                        IoGetCurrentIrpStackLocation(Irp)->MajorFunction);
-#ifndef NDEBUG
-               DbgBreakPoint();
-#endif
+               ASSERT(FALSE);
        }
 
        Status = Irp->IoStatus.Status;