Skip to content
Snippets Groups Projects
Commit d906bbc2 authored by Hans de Goede's avatar Hans de Goede Committed by Marek Vasut
Browse files

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: default avatarHans de Goede <hdegoede@redhat.com>
parent 3cbcb289
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment