From 956a8f0e9b5193b6b55ca770fbe830ecb7632baf Mon Sep 17 00:00:00 2001 From: Ting Shen Date: Thu, 12 Aug 2021 16:14:08 +0800 Subject: asurada/cherry/goroh: add missing newline Add a newline to the debug message to make it easier to read. BUG=none TEST=none BRANCH=main Signed-off-by: Ting Shen Change-Id: Ice108ca54cc4247c1d76c9f29c1392f15a4de5b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3087982 Tested-by: Ting Shen Auto-Submit: Ting Shen Reviewed-by: Eric Yilun Lin Commit-Queue: Eric Yilun Lin --- baseboard/asurada/usbc_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'baseboard/asurada/usbc_config.c') diff --git a/baseboard/asurada/usbc_config.c b/baseboard/asurada/usbc_config.c index c770efdb70..e552c97771 100644 --- a/baseboard/asurada/usbc_config.c +++ b/baseboard/asurada/usbc_config.c @@ -340,7 +340,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; } -- cgit v1.2.1