Re: [U-Boot] [PATCH 02/16] usb: xhci-pci: Clean up the driver a little bit

2017-07-05 Thread Simon Glass
On 23 June 2017 at 11:52, Marek Vasut wrote: > On 06/23/2017 11:54 AM, Bin Meng wrote: >> This cleans up the driver a little bit. >> >> Signed-off-by: Bin Meng >> --- >> >> drivers/usb/host/xhci-pci.c | 16 ++-- >> 1 file changed, 2 insertions(+), 14 deletions(-) >> >> diff --git a/d

Re: [U-Boot] [PATCH 02/16] usb: xhci-pci: Clean up the driver a little bit

2017-06-23 Thread Marek Vasut
On 06/23/2017 11:54 AM, Bin Meng wrote: > This cleans up the driver a little bit. > > Signed-off-by: Bin Meng > --- > > drivers/usb/host/xhci-pci.c | 16 ++-- > 1 file changed, 2 insertions(+), 14 deletions(-) > > diff --git a/drivers/usb/host/xhci-pci.c b/drivers/usb/host/xhci-pci

[U-Boot] [PATCH 02/16] usb: xhci-pci: Clean up the driver a little bit

2017-06-23 Thread Bin Meng
This cleans up the driver a little bit. Signed-off-by: Bin Meng --- drivers/usb/host/xhci-pci.c | 16 ++-- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/drivers/usb/host/xhci-pci.c b/drivers/usb/host/xhci-pci.c index 5ad8452..56fd650 100644 --- a/drivers/usb/host/xh