]> git.ipfire.org Git - people/ms/u-boot.git/commit
usb: pci: Fix cast for 64-bit compilation
authorSimon Glass <sjg@chromium.org>
Mon, 26 Sep 2016 03:33:21 +0000 (21:33 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 11 Oct 2016 03:55:33 +0000 (11:55 +0800)
commitb11e2984401ff8a4f53d6d4c6363af4c9a4ec336
tree4f1391f4e4efab133fb782643695f14822c13eac
parent22230e916e1d57364c524058275befa380faabc3
usb: pci: Fix cast for 64-bit compilation

Fix a cast that causes warnings on 64-bit machines.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/usb/host/ehci-pci.c