summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2012-09-04 09:17:27 +0200
committerWolfgang Denk <wd@denx.de>2012-09-04 09:17:27 +0200
commita6f0c4faa4c65a7b7048b12c9d180d7e1aad1721 (patch)
tree5fec0565eef6900dcf99c62e3b5e6fb108508ae6 /drivers
parent48efe65829102fe7936304c0ed96b3935800f40a (diff)
parent6ed0e940713d417f24fbc67898cea6f6ece4a0e1 (diff)
downloadtalos-obmc-uboot-a6f0c4faa4c65a7b7048b12c9d180d7e1aad1721.tar.gz
talos-obmc-uboot-a6f0c4faa4c65a7b7048b12c9d180d7e1aad1721.zip
Merge branch 'master' of git://git.denx.de/u-boot-avr32
* 'master' of git://git.denx.de/u-boot-avr32: net:macb: add line break avr32:portmux: fix setup for macb1 avr32: Remove redundant LDSCRIPT definition Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'drivers')
-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 8f55cdc05f..0e1ced71c5 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