Re: [U-Boot] [PATCH] net: sh_eth: Fix build warnings and whitespace for sh_eth

2012-02-21 Thread Mike Frysinger
On Tuesday 21 February 2012 20:20:39 Nobuhiro Iwamatsu wrote: > I built with ecovec board. > > you can check command following : > make CROSS_COMPILE=sh-linux-gnu- ecovec_config > make CROSS_COMPILE=sh-linux-gnu- that board doesn't build for me: $ make CROSS_COMPILE=sh4-gentoo-linux-gnu- ecovec -

Re: [U-Boot] [PATCH] net: sh_eth: Fix build warnings and whitespace for sh_eth

2012-02-21 Thread Nobuhiro Iwamatsu
Hi, I built with ecovec board. you can check command following : make CROSS_COMPILE=sh-linux-gnu- ecovec_config make CROSS_COMPILE=sh-linux-gnu- Best regards, Nobuhiro 2012/2/16 Mike Frysinger : > On Wednesday 15 February 2012 02:51:40 Nobuhiro Iwamatsu wrote: >> 2012/2/3 Mike Frysinger: >> >

Re: [U-Boot] [PATCH] net: sh_eth: Fix build warnings and whitespace for sh_eth

2012-02-15 Thread Mike Frysinger
On Wednesday 15 February 2012 02:51:40 Nobuhiro Iwamatsu wrote: > 2012/2/3 Mike Frysinger: > > On Friday 03 February 2012 02:30:48 Nobuhiro Iwamatsu wrote: > >> static int sh_eth_bb_set_mdc(struct bb_miiphy_bus *bus, int v) > >> { > >> + int port; > >> struct sh_eth_dev *eth = bus->priv

Re: [U-Boot] [PATCH] net: sh_eth: Fix build warnings and whitespace for sh_eth

2012-02-14 Thread Nobuhiro Iwamatsu
Hi, 2012/2/3 Mike Frysinger : > On Friday 03 February 2012 02:30:48 Nobuhiro Iwamatsu wrote: >> @@ -564,8 +569,10 @@ static int sh_eth_bb_init(struct bb_miiphy_bus *bus) >> >>  static int sh_eth_bb_mdio_active(struct bb_miiphy_bus *bus) >>  { >> +     int port; >>       struct sh_eth_dev *eth = bu

Re: [U-Boot] [PATCH] net: sh_eth: Fix build warnings and whitespace for sh_eth

2012-02-03 Thread Mike Frysinger
On Friday 03 February 2012 02:30:48 Nobuhiro Iwamatsu wrote: > @@ -564,8 +569,10 @@ static int sh_eth_bb_init(struct bb_miiphy_bus *bus) > > static int sh_eth_bb_mdio_active(struct bb_miiphy_bus *bus) > { > + int port; > struct sh_eth_dev *eth = bus->priv; > - int port = eth->port;

[U-Boot] [PATCH] net: sh_eth: Fix build warnings and whitespace for sh_eth

2012-02-02 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu --- drivers/net/sh_eth.c | 27 +-- 1 files changed, 21 insertions(+), 6 deletions(-) diff --git a/drivers/net/sh_eth.c b/drivers/net/sh_eth.c index c1abe7c..e29061c 100644 --- a/drivers/net/sh_eth.c +++ b/drivers/net/sh_eth.c @@ -60,7 +6