[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:
Joachim Henze 2020-03-10 22:48:02 +01:00
parent 7fcdf0be03
commit 23f6b36174

View file

@ -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 */
}
}