commit | 00eaa7c6ebb341006c3684f0b447db403fea311f | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Apr 01 08:57:33 2023 +0200 |
committer | Simon Glass <sjg@chromium.org> | Fri Apr 28 11:30:17 2023 -0600 |
tree | 3b37ce50cc97f97e31f2f289193a4119acdef9ba | |
parent | c8e0519a5009dad718dcefa5dd7afb4995c6c203 [diff] |
sandbox: fix sandbox_hub_submit_control_msg() Avoid incorrect fall through: A USB_RT_HUB request should not be treated as USB_RT_PORT. Simplify the coding: Avoid duplicate debug() statements. This fixes all -Wimplicit-fallthrough warnings. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>