Skip to content

Commit 5844833

Browse files
committed
[USBHUB] Demote a DbgBreakPoint for OverCurrent state
CORE-16726
1 parent 050a06f commit 5844833

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
@@ -1865,7 +1865,7 @@ USBH_ProcessHubStateChange(IN PUSBHUB_FDO_EXTENSION HubExtension,
18651865
if (HubStatus->HubStatus.OverCurrent)
18661866
{
18671867
DPRINT1("USBH_ProcessHubStateChange: OverCurrent UNIMPLEMENTED. FIXME\n");
1868-
DbgBreakPoint();
1868+
//DbgBreakPoint();
18691869
}
18701870
}
18711871
}

0 commit comments

Comments
 (0)