commit | c601ed7d8b0fcb081d5a26e4c40a7e7a9e1c89b4 | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Sun Jan 11 20:34:46 2015 +0100 |
committer | Marek Vasut <marex@denx.de> | Sun Jan 18 12:31:36 2015 +0100 |
tree | 15a555cad7a2f5c0adf969b505ae4254909d1711 | |
parent | e8790a204e88f4bb500fa50ffd2279fb6bcce936 [diff] |
usb: Do not log an error when no devices is plugged into a root-hub-less hcd Before this commit u-boot would print the following on boot with musb and no usb device plugged in: starting USB... USB0: Port not available. USB error: all controllers failed lowlevel init This commit changes this to: starting USB... USB0: Port not available. Which is the correct thing to do since the low-level init went fine. Signed-off-by: Hans de Goede <hdegoede@redhat.com>