Commits
Bin Meng committed 9fddf6c7dd9
usb: xhci-pci: Fix compiler warning This fixes the following compiler warning: "warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]" Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>