]> git.ipfire.org Git - people/ms/u-boot.git/commit
dm: usb: Move printing of usb scan status to usb_scan_bus()
authorHans de Goede <hdegoede@redhat.com>
Sun, 10 May 2015 12:10:19 +0000 (14:10 +0200)
committerSimon Glass <sjg@chromium.org>
Fri, 15 May 2015 00:49:31 +0000 (18:49 -0600)
commita24a0e91590bb7452ddf531b9ae0e93216bd1237
tree8f953bfd448936f732a030ce40e1cf5e8a49d494
parent8a5f0665da6701f06443ae989e9c0962807a1249
dm: usb: Move printing of usb scan status to usb_scan_bus()

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 <hdegoede@redhat.com>
Acked-by: Simon Glass <sjg@chromium.org>
drivers/usb/host/usb-uclass.c