Merge "ipq40xx: Fix for USB 3.0 detection"

This commit is contained in:
Linux Build Service Account 2018-03-06 05:49:12 -08:00 committed by Gerrit - the friendly Code Review server
commit 318f41e4e4

View file

@ -252,13 +252,12 @@ int usb_init(void)
}
controllers_initialized++;
usb_started = true;
}
/*
* lowlevel init done, now scan the bus for devices i.e. search HUBs
* and configure them, first scan primary controllers.
*/
uclass_foreach_dev(bus, uc) {
/*
* lowlevel init done, now scan the bus for devices i.e. search HUBs
* and configure them, first scan primary controllers.
*/
if (!device_active(bus))
continue;