mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
[USBCCGP]
- Remove assert hit during install of hid devices svn path=/trunk/; revision=55714
This commit is contained in:
@@ -993,7 +993,6 @@ PDO_Dispatch(
|
||||
return PDO_HandleInternalDeviceControl(DeviceObject, Irp);
|
||||
default:
|
||||
DPRINT1("PDO_Dispatch Function %x not implemented\n", IoStack->MajorFunction);
|
||||
ASSERT(FALSE);
|
||||
Status = Irp->IoStatus.Status;
|
||||
IoCompleteRequest(Irp, IO_NO_INCREMENT);
|
||||
return Status;
|
||||
|
||||
Reference in New Issue
Block a user