Re: [U-Boot] [PATCH 18/82] usb: pci: Fix cast for 64-bit compilation

2016-10-10 Thread Bin Meng
On Tue, Oct 11, 2016 at 11:16 AM, Bin Meng wrote: > On Mon, Sep 26, 2016 at 11:33 AM, Simon Glass wrote: >> Fix a cast that causes warnings on 64-bit machines. >> >> Signed-off-by: Simon Glass >> --- >> >> drivers/usb/host/ehci-pci.c |

Re: [U-Boot] [PATCH 18/82] usb: pci: Fix cast for 64-bit compilation

2016-10-10 Thread Bin Meng
On Mon, Sep 26, 2016 at 11:33 AM, Simon Glass wrote: > Fix a cast that causes warnings on 64-bit machines. > > Signed-off-by: Simon Glass > --- > > drivers/usb/host/ehci-pci.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Reviewed-by: Bin

[U-Boot] [PATCH 18/82] usb: pci: Fix cast for 64-bit compilation

2016-09-25 Thread Simon Glass
Fix a cast that causes warnings on 64-bit machines. Signed-off-by: Simon Glass --- drivers/usb/host/ehci-pci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/usb/host/ehci-pci.c b/drivers/usb/host/ehci-pci.c index 6fc2479..f20fc33 100644 ---