Re: [U-Boot] [PATCH 08/13] usb: eth: asix: Build warning fixes for 64-bit

2015-03-25 Thread Marek Vasut
On Friday, March 20, 2015 at 12:41:23 PM, Thierry Reding wrote: > From: Thierry Reding > > Fix a type mismatch in a printf format string. > > Cc: Marek Vasut > Signed-off-by: Thierry Reding > --- > drivers/usb/eth/asix.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[U-Boot] [PATCH 08/13] usb: eth: asix: Build warning fixes for 64-bit

2015-03-20 Thread Thierry Reding
From: Thierry Reding Fix a type mismatch in a printf format string. Cc: Marek Vasut Signed-off-by: Thierry Reding --- drivers/usb/eth/asix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/eth/asix.c b/drivers/usb/eth/asix.c index 11811094ede8..1cd179baaea7 100