mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 05:31:32 +00:00
net:macb: add line break
Without this patch we see annoying output like this: ---8<--- U-Boot> dhcp macb1: PHY not foundmacb0: PHY present at 1 macb0: Starting autonegotiation... --->8--- Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com> cc: Joe Hershberger <joe.hershberger@gmail.com>
This commit is contained in:
parent
6314c84df1
commit
6ed0e94071
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ static int macb_phy_find(struct macb_device *macb)
|
|||
}
|
||||
|
||||
/* PHY isn't up to snuff */
|
||||
printf("%s: PHY not found", macb->netdev.name);
|
||||
printf("%s: PHY not found\n", macb->netdev.name);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue