Hi Manivannan,

> 
> Without newline, the error message appears for non prgrammed OTP boards
> looks messsy. Hence add it to look more clean.
> 
> Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasi...@linaro.org>


Reviewed-by: Patrick Delaunay <patrick.delau...@st.com>

Thanks


> ---
>  arch/arm/mach-stm32mp/cpu.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/mach-stm32mp/cpu.c b/arch/arm/mach-stm32mp/cpu.c index
> 7b4431c9c75..e1a0a136809 100644
> --- a/arch/arm/mach-stm32mp/cpu.c
> +++ b/arch/arm/mach-stm32mp/cpu.c
> @@ -481,7 +481,7 @@ static int setup_mac_address(void)
>               enetaddr[i] = ((uint8_t *)&otp)[i];
> 
>       if (!is_valid_ethaddr(enetaddr)) {
> -             pr_err("invalid MAC address in OTP %pM", enetaddr);
> +             pr_err("invalid MAC address in OTP %pM\n", enetaddr);
>               return -EINVAL;
>       }
>       pr_debug("OTP MAC address = %pM\n", enetaddr);
> --
> 2.17.1

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to