[USBCGGP]

- remove assert 
CORE-7833 #comment fixed #resolve

svn path=/trunk/; revision=62069
This commit is contained in:
Johannes Anderwald 2014-02-09 13:48:30 +00:00
parent 92cfc61486
commit 9ce38925d8

View file

@ -757,7 +757,6 @@ USBCCGP_PDOSelectConfiguration(
// invalid parameter
//
DPRINT1("InterfaceInformation InterfaceNumber %x Alternative %x NumberOfPipes %x not found\n", InterfaceInformation->InterfaceNumber, InterfaceInformation->AlternateSetting, InterfaceInformation->NumberOfPipes);
ASSERT(FALSE);
return STATUS_INVALID_PARAMETER;
}