summaryrefslogtreecommitdiffstats
path: root/drivers/net/macb.c
diff options
context:
space:
mode:
authorAndreas Bießmann <andreas.devel@googlemail.com>2012-08-16 01:50:04 +0000
committerAndreas Bießmann <andreas.devel@googlemail.com>2012-09-03 23:39:11 +0200
commit6ed0e940713d417f24fbc67898cea6f6ece4a0e1 (patch)
tree9d989c8dec1385a85a94f7de67083e07b8591e65 /drivers/net/macb.c
parent6314c84df1155474d0202b51057d1f149ac07db0 (diff)
downloadtalos-obmc-uboot-6ed0e940713d417f24fbc67898cea6f6ece4a0e1.tar.gz
talos-obmc-uboot-6ed0e940713d417f24fbc67898cea6f6ece4a0e1.zip
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>
Diffstat (limited to 'drivers/net/macb.c')
-rw-r--r--drivers/net/macb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/macb.c b/drivers/net/macb.c
index 45784678ba..ba172775f5 100644
--- a/drivers/net/macb.c
+++ b/drivers/net/macb.c
@@ -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;
}
OpenPOWER on IntegriCloud