[U-Boot] [PATCH 01/13] usb: xhci-pci: Fix compiler warning
Bin Meng
bmeng.cn at gmail.com
Tue Jun 12 01:53:33 UTC 2018
On Fri, Jun 8, 2018 at 4:29 AM, Simon Glass <sjg at chromium.org> wrote:
> On 3 June 2018 at 18:04, Bin Meng <bmeng.cn at 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 at gmail.com>
>> ---
>>
>> drivers/usb/host/xhci-pci.c | 5 ++---
>> 1 file changed, 2 insertions(+), 3 deletions(-)
>
> Reviewed-by: Simon Glass <sjg at chromium.org>
applied to u-boot-x86, thanks!
More information about the U-Boot
mailing list