summaryrefslogtreecommitdiff
path: root/common/usbc/usb_pd_host.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/usbc/usb_pd_host.c')
-rw-r--r--common/usbc/usb_pd_host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/usbc/usb_pd_host.c b/common/usbc/usb_pd_host.c
index 06da8a711c..81cdc4fc49 100644
--- a/common/usbc/usb_pd_host.c
+++ b/common/usbc/usb_pd_host.c
@@ -92,7 +92,7 @@ static enum ec_status hc_typec_discovery(struct host_cmd_handler_args *args)
* try retrieving again and get the updated data.
*/
if (!pd_discovery_access_validate(p->port, type)) {
- CPRINTS("[C%d] %s returns EC_RES_BUSY!!\n", p->port, __func__);
+ CPRINTS("[C%d] %s returns EC_RES_BUSY!!", p->port, __func__);
return EC_RES_BUSY;
}