Files
u-boot/drivers
Andre Przywara 64bc012458 mtd: ubi: annotate fallthrough
The UBI code uses an implicit switch/case fallthrough when handling two
related cases of bad header errors. Also there is a switch/case for unit
prefix handling (G/M/K), which accumulates multiplications.

Add our "fallthrough;" statement-like macro before the respective labels
in both cases, to avoid a warning when GCC's -Wimplicit-fallthrough
warning option is enabled.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
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