Andre Przywara 4d108c884b usb: xhci: annotate switch/case fallthrough properly
The USB XHCI code uses an implicit switch/case fallthrough to share code
for handling full speed and low speed transfers.

Add our "fallthrough;" statement-like macro before the second label in
the XHCI code, to avoid a warning when GCC's -Wimplicit-fallthrough
warning option is enabled.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
2025-04-08 16:23:51 -06:00
..
2024-08-13 06:06:02 +02:00
2024-07-22 10:53:06 -06:00
2024-06-24 13:34:52 -06:00
2024-10-27 17:24:13 -06:00
2024-12-11 08:36:24 +01:00