mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 07:53:07 +00:00
[LIBUSB]
- Remove assert - CORE-6280 svn path=/trunk/; revision=57797
This commit is contained in:
parent
c2074c11e9
commit
39fda7c469
1 changed files with 0 additions and 1 deletions
|
@ -387,7 +387,6 @@ CUSBDevice::SetDeviceAddress(
|
||||||
if (!NT_SUCCESS(Status))
|
if (!NT_SUCCESS(Status))
|
||||||
{
|
{
|
||||||
DPRINT1("CUSBDevice::SetDeviceAddress> failed to retrieve configuration %lu\n", Index);
|
DPRINT1("CUSBDevice::SetDeviceAddress> failed to retrieve configuration %lu\n", Index);
|
||||||
ASSERT(FALSE);
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue