commit | e59997239c59ec90d239646e68960254617c4b8f | [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 | 6bb7d890ac0d50ac81e372ea83f7d4d4ad35e075 [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>