]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
sh: sh_eth: Remove garbage from printf
authorNobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
Thu, 25 Jun 2009 07:33:04 +0000 (16:33 +0900)
committerBen Warren <biggerbadderben@gmail.com>
Thu, 23 Jul 2009 05:53:43 +0000 (22:53 -0700)
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
drivers/net/sh_eth.c

index f24ded2730107528c8c4053e46264202ca2bbd73..86cc324e96e716301e242d0a086a9ebd4469e82a 100644 (file)
@@ -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 */