arm: mach-stm32mp: Add newline to the MAC error message
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.sadhasivam@linaro.org> Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
This commit is contained in:
parent
93ffa2ba80
commit
bc9487d4ab
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user