commit | f8762f9a3f6d3562a0098ef7c1a176d809a79829 | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Sun May 10 14:10:19 2015 +0200 |
committer | Simon Glass <sjg@chromium.org> | Thu May 14 18:49:31 2015 -0600 |
tree | 8f953bfd448936f732a030ce40e1cf5e8a49d494 | |
parent | 0a7fa27deabb6d1c8e139e75d12aa40c766a0a1d [diff] |
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>