Re: [U-Boot] [PATCH] smc911x driver: cleanup smc911x_initialize()

2010-01-22 Thread Matthias Kaehlcke
Hi Ben, El Thu, Jan 21, 2010 at 11:36:41PM -0800 Ben Warren ha dit: >On Thu, Jan 21, 2010 at 10:18 PM, Matthias Kaehlcke > wrote: > > El Thu, Jan 21, 2010 at 06:01:47PM -0500 Mike Frysinger ha dit: > > On Thursday 21 January 2010 16:29:24 Matthias Kaehlcke wrote: > > > smc

Re: [U-Boot] [PATCH] smc911x driver: cleanup smc911x_initialize()

2010-01-21 Thread Ben Warren
Hi Matthias, On Thu, Jan 21, 2010 at 10:18 PM, Matthias Kaehlcke wrote: > hi mike, > > El Thu, Jan 21, 2010 at 06:01:47PM -0500 Mike Frysinger ha dit: > > > On Thursday 21 January 2010 16:29:24 Matthias Kaehlcke wrote: > > > smc911x_initialize(): remove unecessary call to free() and > > > return

Re: [U-Boot] [PATCH] smc911x driver: cleanup smc911x_initialize()

2010-01-21 Thread Matthias Kaehlcke
hi mike, El Thu, Jan 21, 2010 at 06:01:47PM -0500 Mike Frysinger ha dit: > On Thursday 21 January 2010 16:29:24 Matthias Kaehlcke wrote: > > smc911x_initialize(): remove unecessary call to free() and > > return 0 in case of failure instead of -1 > > > > Signed-off-by: Matthias Kaehlcke > > ---

Re: [U-Boot] [PATCH] smc911x driver: cleanup smc911x_initialize()

2010-01-21 Thread Mike Frysinger
On Thursday 21 January 2010 16:29:24 Matthias Kaehlcke wrote: > smc911x_initialize(): remove unecessary call to free() and > return 0 in case of failure instead of -1 > > Signed-off-by: Matthias Kaehlcke > --- > drivers/net/smc911x.c |3 +-- > 1 files changed, 1 insertions(+), 2 deletions(-)

[U-Boot] [PATCH] smc911x driver: cleanup smc911x_initialize()

2010-01-21 Thread Matthias Kaehlcke
smc911x_initialize(): remove unecessary call to free() and return 0 in case of failure instead of -1 Signed-off-by: Matthias Kaehlcke --- drivers/net/smc911x.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/net/smc911x.c b/drivers/net/smc911x.c index 5d51406..