Re: [U-Boot] [PATCH] net: ll_temac: Remove useless memory erasing

2012-01-16 Thread Stephan Linz
Am Sonntag, den 15.01.2012, 18:44 -0500 schrieb Mike Frysinger: > On Sunday 15 January 2012 14:46:07 Stephan Linz wrote: > > In xilinx_ll_temac_initialize() the memory is already zero-ed > > by the call to calloc, so this loop is useless. > > has this driver already been merged ? if not, the pro

Re: [U-Boot] [PATCH] net: ll_temac: Remove useless memory erasing

2012-01-16 Thread Wolfgang Denk
Dear Stephan Linz, In message <1326656767-28695-1-git-send-email-l...@li-pro.net> you wrote: > In xilinx_ll_temac_initialize() the memory is already zero-ed > by the call to calloc, so this loop is useless. > > Signed-off-by: Stephan Linz > --- > drivers/net/xilinx_ll_temac.c |4 > 1 f

Re: [U-Boot] [PATCH] net: ll_temac: Remove useless memory erasing

2012-01-15 Thread Mike Frysinger
On Sunday 15 January 2012 14:46:07 Stephan Linz wrote: > In xilinx_ll_temac_initialize() the memory is already zero-ed > by the call to calloc, so this loop is useless. has this driver already been merged ? if not, the process is to update the patch and send the new version to the list as a v2 .

[U-Boot] [PATCH] net: ll_temac: Remove useless memory erasing

2012-01-15 Thread Stephan Linz
In xilinx_ll_temac_initialize() the memory is already zero-ed by the call to calloc, so this loop is useless. Signed-off-by: Stephan Linz --- drivers/net/xilinx_ll_temac.c |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/drivers/net/xilinx_ll_temac.c b/drivers/net/xili