summaryrefslogtreecommitdiff
path: root/baseboard/cherry/baseboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'baseboard/cherry/baseboard.c')
-rw-r--r--baseboard/cherry/baseboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/baseboard/cherry/baseboard.c b/baseboard/cherry/baseboard.c
index e3201a96af..72f1a68881 100644
--- a/baseboard/cherry/baseboard.c
+++ b/baseboard/cherry/baseboard.c
@@ -506,7 +506,7 @@ int board_set_active_charge_port(int port)
/* Check if the port is sourcing VBUS. */
if (ppc_is_sourcing_vbus(port)) {
- CPRINTF("Skip enable C%d", port);
+ CPRINTS("Skip enable C%d", port);
return EC_ERROR_INVAL;
}