Files
u-boot/drivers
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
..
2025-01-20 19:26:54 -06:00
2024-10-11 11:44:48 -06:00
2024-12-07 09:07:04 -03:00
2024-12-23 08:10:15 -03:00
2024-11-20 17:57:58 +01:00
2025-03-04 11:59:51 -06:00
2024-12-11 08:36:24 +01:00
2024-10-11 11:44:48 -06:00
2025-03-04 12:07:23 -06:00
2025-04-08 16:23:51 -06:00
2025-01-22 16:43:54 +01:00
2023-11-07 14:50:51 -05:00
2024-10-11 11:44:48 -06:00
2024-04-26 08:28:35 +03:00
2025-02-18 08:26:43 -06:00