- Remove assert
- CORE-6280

svn path=/trunk/; revision=57797
This commit is contained in:
Johannes Anderwald 2012-12-04 05:38:42 +00:00
parent c2074c11e9
commit 39fda7c469

View file

@ -387,7 +387,6 @@ CUSBDevice::SetDeviceAddress(
if (!NT_SUCCESS(Status))
{
DPRINT1("CUSBDevice::SetDeviceAddress> failed to retrieve configuration %lu\n", Index);
ASSERT(FALSE);
break;
}
}