summaryrefslogtreecommitdiff
path: root/common/usbc/usb_pe_drp_sm.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/usbc/usb_pe_drp_sm.c')
-rw-r--r--common/usbc/usb_pe_drp_sm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/usbc/usb_pe_drp_sm.c b/common/usbc/usb_pe_drp_sm.c
index 95b61910f5..94c5d0f578 100644
--- a/common/usbc/usb_pe_drp_sm.c
+++ b/common/usbc/usb_pe_drp_sm.c
@@ -3485,7 +3485,7 @@ static void pe_snk_transition_to_default_run(int port)
{
if (PE_CHK_FLAG(port, PE_FLAGS_PS_RESET_COMPLETE)) {
/* PE_SNK_Startup clears all flags */
-
+ PE_CLR_FLAG(port, PE_FLAGS_PS_RESET_COMPLETE);
/* Inform the Protocol Layer that the Hard Reset is complete */
prl_hard_reset_complete(port);
set_state_pe(port, PE_SNK_STARTUP);