Skip to content

Commit b7051f6

Browse files
committed
[USBHUB] Demote a DbgBreakPoint for OverCurrent state
CORE-16726
1 parent 0e926c3 commit b7051f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/usb/usbhub/usbhub.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1860,7 +1860,7 @@ USBH_ProcessHubStateChange(IN PUSBHUB_FDO_EXTENSION HubExtension,
18601860
if (HubStatus->HubStatus.OverCurrent)
18611861
{
18621862
DPRINT1("USBH_ProcessHubStateChange: OverCurrent UNIMPLEMENTED. FIXME\n");
1863-
DbgBreakPoint();
1863+
//DbgBreakPoint();
18641864
}
18651865
}
18661866
}

0 commit comments

Comments
 (0)