Re: [U-Boot] [PATCH 1/5] dm: usb: Move printing of usb scan status to usb_scan_bus()

2015-05-05 Thread Simon Glass
Hi Hans, On 5 May 2015 at 07:28, Hans de Goede wrote: > Move printing of usb scan status to usb_scan_bus(). > > This is a preparation patch for adding companion controller support to the > usb uclass. > > Signed-off-by: Hans de Goede > --- > drivers/usb/host/usb-uclass.c | 22 +-

[U-Boot] [PATCH 1/5] dm: usb: Move printing of usb scan status to usb_scan_bus()

2015-05-05 Thread Hans de Goede
Move printing of usb scan status to usb_scan_bus(). This is a preparation patch for adding companion controller support to the usb uclass. Signed-off-by: Hans de Goede --- drivers/usb/host/usb-uclass.c | 22 +- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/d