[USBCCGP]

- Remove assert hit during install of hid devices

svn path=/trunk/; revision=55714
This commit is contained in:
Johannes Anderwald 2012-02-19 15:43:18 +00:00
parent 2a5d344d96
commit 607a047392

View file

@ -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;