
12 Jun
2018
12 Jun
'18
3:53 a.m.
On Fri, Jun 8, 2018 at 4:29 AM, Simon Glass sjg@chromium.org wrote:
On 3 June 2018 at 18:04, Bin Meng bmeng.cn@gmail.com wrote:
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
drivers/usb/host/xhci-pci.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org
applied to u-boot-x86, thanks!