[I8042PRT] Do not assert on unknown IOCTL
[reactos.git] / drivers / input / i8042prt / keyboard.c
index 198ec8f..177443e 100644 (file)
@@ -465,7 +465,6 @@ i8042KbdDeviceControl(
                {
                        ERR_(I8042PRT, "IRP_MJ_DEVICE_CONTROL / unknown ioctl code 0x%lx\n",
                                Stack->Parameters.DeviceIoControl.IoControlCode);
-                       ASSERT(FALSE);
                        return ForwardIrpAndForget(DeviceObject, Irp);
                }
        }