From 88a4c2e77cd5674db745d0c2ebbad68c9baf760c Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Thu, 25 Jun 2009 16:33:04 +0900 Subject: sh: sh_eth: Remove garbage from printf Signed-off-by: Nobuhiro Iwamatsu CC: Nobuhiro Iwamatsu Signed-off-by: Ben Warren --- drivers/net/sh_eth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/net/sh_eth.c') diff --git a/drivers/net/sh_eth.c b/drivers/net/sh_eth.c index f24ded2730..86cc324e96 100644 --- a/drivers/net/sh_eth.c +++ b/drivers/net/sh_eth.c @@ -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 */ -- cgit v1.2.1