On Sat, 1 Apr 2023 at 19:57, Heinrich Schuchardt < [email protected]> wrote: > > 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 <[email protected]> > --- > drivers/usb/emul/sandbox_hub.c | 30 +++++++++--------------------- > 1 file changed, 9 insertions(+), 21 deletions(-)
Reviewed-by: Simon Glass <[email protected]> Applied to u-boot-dm, thanks!

