sh: sh_eth: Remove garbage from printf Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
diff --git a/drivers/net/sh_eth.c b/drivers/net/sh_eth.c index f24ded2..86cc324 100644 --- a/drivers/net/sh_eth.c +++ b/drivers/net/sh_eth.c
@@ -546,7 +546,7 @@ /* 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 */