Re: [U-Boot] [PATCH 2/3] net: zynq: Fix clearing statistic

2015-11-02 Thread Joe Hershberger
On Tue, Oct 27, 2015 at 10:08 AM, Michal Simek wrote: > Previous loop was completely bogus. Iterration should go just over > statistic counters. > > Signed-off-by: Michal Simek Acked-by: Joe Hershberger ___ U-Boot mailing list U-Boot@lists.denx.de htt

[U-Boot] [PATCH 2/3] net: zynq: Fix clearing statistic

2015-10-27 Thread Michal Simek
Previous loop was completely bogus. Iterration should go just over statistic counters. Signed-off-by: Michal Simek --- drivers/net/zynq_gem.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/net/zynq_gem.c b/drivers/net/zynq_gem.c index d98c229f4330..f32862fd0b