Re: [U-Boot] [PATCH v5 3/5] net: fix potential compiler warning

2012-05-15 Thread Joe Hershberger
Hi Michael, On Fri, May 11, 2012 at 5:50 PM, Michael Walle mich...@walle.cc wrote: Future compiler versions may generate a too many arguments for functions warning. Signed-off-by: Michael Walle mich...@walle.cc Cc: Joe Hershberger joe.hershber...@gmail.com ---  net/eth.c |   14

[U-Boot] [PATCH v5 3/5] net: fix potential compiler warning

2012-05-11 Thread Michael Walle
Future compiler versions may generate a too many arguments for functions warning. Signed-off-by: Michael Walle mich...@walle.cc Cc: Joe Hershberger joe.hershber...@gmail.com --- net/eth.c | 14 -- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/net/eth.c b/net/eth.c