commit | 9fddf6c7dd9dca493969d4ebd5e5fc2b2e21be9c | [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 | 341dda352dce7eeaae27db6695d05e3cc1a91dc7 [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>