diff options
| author | Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> | 2009-06-25 16:33:04 +0900 | 
|---|---|---|
| committer | Ben Warren <biggerbadderben@gmail.com> | 2009-07-22 22:53:43 -0700 | 
| commit | 88a4c2e77cd5674db745d0c2ebbad68c9baf760c (patch) | |
| tree | a3b5ed83dce3d4caf3b1ab949200f7a80f1e3e35 | |
| parent | 2ea20efa47da9d98ff38223ff51dea5439ad8708 (diff) | |
| download | olio-uboot-2014.01-88a4c2e77cd5674db745d0c2ebbad68c9baf760c.tar.xz olio-uboot-2014.01-88a4c2e77cd5674db745d0c2ebbad68c9baf760c.zip | |
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>
| -rw-r--r-- | drivers/net/sh_eth.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/net/sh_eth.c b/drivers/net/sh_eth.c index f24ded273..86cc324e9 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 */ |