mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:45:41 +00:00
[USBCGGP]
- remove assert CORE-7833 #comment fixed #resolve svn path=/trunk/; revision=62069
This commit is contained in:
parent
92cfc61486
commit
9ce38925d8
1 changed files with 0 additions and 1 deletions
|
@ -757,7 +757,6 @@ USBCCGP_PDOSelectConfiguration(
|
||||||
// invalid parameter
|
// invalid parameter
|
||||||
//
|
//
|
||||||
DPRINT1("InterfaceInformation InterfaceNumber %x Alternative %x NumberOfPipes %x not found\n", InterfaceInformation->InterfaceNumber, InterfaceInformation->AlternateSetting, InterfaceInformation->NumberOfPipes);
|
DPRINT1("InterfaceInformation InterfaceNumber %x Alternative %x NumberOfPipes %x not found\n", InterfaceInformation->InterfaceNumber, InterfaceInformation->AlternateSetting, InterfaceInformation->NumberOfPipes);
|
||||||
ASSERT(FALSE);
|
|
||||||
return STATUS_INVALID_PARAMETER;
|
return STATUS_INVALID_PARAMETER;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue