[PATCH] ARM: rk356x: rk3568-evb: add missing new line to log message

Ahmad Fatoum a.fatoum at pengutronix.de
Wed Nov 2 03:48:14 PDT 2022


If ADC is available, but read out returns an error, we end up with a log
line that's not new line terminated. Fix this.

Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
 arch/arm/boards/rockchip-rk3568-evb/board.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boards/rockchip-rk3568-evb/board.c b/arch/arm/boards/rockchip-rk3568-evb/board.c
index 212c801c93d3..ef886e67ed15 100644
--- a/arch/arm/boards/rockchip-rk3568-evb/board.c
+++ b/arch/arm/boards/rockchip-rk3568-evb/board.c
@@ -94,7 +94,7 @@ static int rk3568_evb_detect_hwid(void)
 	return 0;
 
 err_hwid:
-	pr_err("couldn't retrieve hardware ID");
+	pr_err("couldn't retrieve hardware ID\n");
 	return ret;
 }
 late_initcall(rk3568_evb_detect_hwid);
-- 
2.30.2




More information about the barebox mailing list