commit | 0ad0458c76107b29325b8c38804e0407bed42a79 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Dec 04 13:48:22 2017 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 07 15:17:00 2017 -0500 |
tree | 14e947ae0b0104f05663841916e19f72a546dde0 | |
parent | 95b41b80d77b8418dac3393784b2a9cbb7abef64 [diff] |
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>