diff --git a/drivers/usb/usbhub/ioctl.c b/drivers/usb/usbhub/ioctl.c index 8cc42a88d67..a9da1f80f26 100644 --- a/drivers/usb/usbhub/ioctl.c +++ b/drivers/usb/usbhub/ioctl.c @@ -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 */ } }