summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/usbc/usb_prl_sm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/usbc/usb_prl_sm.c b/common/usbc/usb_prl_sm.c
index 53b347c5c2..2c09a4450c 100644
--- a/common/usbc/usb_prl_sm.c
+++ b/common/usbc/usb_prl_sm.c
@@ -1805,7 +1805,7 @@ static void tch_wait_for_message_request_from_pe_entry(const int port)
PDMSG_CLR_FLAG(port, PRL_FLAGS_ABORT);
/* All Messages are chunked */
- tch[port].flags = PRL_FLAGS_CHUNKING;
+ TCH_SET_FLAG(port, PRL_FLAGS_CHUNKING);
}
static void tch_wait_for_message_request_from_pe_run(const int port)