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

Sascha Hauer sha at pengutronix.de
Fri Nov 4 01:53:44 PDT 2022


On Wed, Nov 02, 2022 at 11:48:14AM +0100, Ahmad Fatoum wrote:
> 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(-)

Applied, thanks

Sascha

> 
> 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
> 
> 
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



More information about the barebox mailing list