Commits
Simon Glass committed 0ad0458c761
usb: Correct use of debug() With clang this gives a warning because hubsts appears to be used before it is set, even if ultimately it is not used. Simplify the code to avoid this problem. Signed-off-by: Simon Glass <sjg@chromium.org>