Skip to content
Snippets Groups Projects
Commit 88a4c2e7 authored by Nobuhiro Iwamatsu's avatar Nobuhiro Iwamatsu Committed by Ben Warren
Browse files

sh: sh_eth: Remove garbage from printf


Signed-off-by: default avatarNobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Signed-off-by: default avatarBen Warren <biggerbadderben@gmail.com>
parent 2ea20efa
Branches
Tags
No related merge requests found
......@@ -546,7 +546,7 @@ static int sh_eth_config(struct sh_eth_dev *eth, bd_t *bd)
/* Configure phy */
ret = sh_eth_phy_config(eth);
if (ret) {
printf(SHETHER_NAME ":i phy config timeout\n");
printf(SHETHER_NAME ": phy config timeout\n");
goto err_phy_cfg;
}
/* Read phy status to finish configuring the e-mac */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment