commit | 7380f7a42a0211af19d6d3a3bb1476036eb45d67 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Sun Jun 03 19:04:14 2018 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed Jun 13 09:50:57 2018 +0800 |
tree | e62d84df7fcac5f59127146590c41fa6442302e1 | |
parent | a45c39d21236525339e27856b9ef03bf3d1ca9cf [diff] |
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>