]> git.kernelconcepts.de Git - karo-tx-uboot.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:39:38 +0000 (22:39 +0200)
commita5cdadd93bf51d9797662bf672c7c1cf789762d5
treec2d3b9115cba1298e027beeb74834e8978c34dfc
parentf9971bf1cb3197c31f5c353994987bc63e3c8ff3
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