Re: [U-Boot] [PATCH 12/13] usb: ehci-tegra: Build warning fixes for 64-bit

2015-03-25 Thread Marek Vasut
On Friday, March 20, 2015 at 12:41:27 PM, Thierry Reding wrote: > From: Thierry Reding > > Cast pointers to unsigned long instead of a sized 32-bit type to avoid > pointer to integer cast size mismatch warnings. > > Cc: Tom Warren > Cc: Marek Vasut > Signed-off-by: Thierry Reding Applied, th

[U-Boot] [PATCH 12/13] usb: ehci-tegra: Build warning fixes for 64-bit

2015-03-20 Thread Thierry Reding
From: Thierry Reding Cast pointers to unsigned long instead of a sized 32-bit type to avoid pointer to integer cast size mismatch warnings. Cc: Tom Warren Cc: Marek Vasut Signed-off-by: Thierry Reding --- drivers/usb/host/ehci-tegra.c | 8 1 file changed, 4 insertions(+), 4 deletion