mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[USBHUB] Demote a DbgBreakPoint CORE-16394
The DbgBreakPoint() was reported to be continuable without
obvious side-effects by Doug Lyons.
Thank you for your tests Doug.
To prevent what end-users may otherwise perceive as a
freeze-regression caused by enabling the new driver in
0.4.13-dev-1048-g
6392c5a78c
This commit is contained in:
parent
7fcdf0be03
commit
23f6b36174
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ USBH_SelectConfigOrInterfaceComplete(IN PDEVICE_OBJECT DeviceObject,
|
|||
if (Urb->UrbHeader.Status == USBD_STATUS_NO_BANDWIDTH)
|
||||
{
|
||||
DPRINT1("USBH_SelectConfigOrInterfaceComplete: USBD_STATUS_NO_BANDWIDTH. FIXME\n");
|
||||
DbgBreakPoint();
|
||||
/*DbgBreakPoint();*/ /* disabled due to CORE-16384, seems to be continuable */
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue