Andre Przywara 960d3d933d net: e1000: annotate switch/case fallthrough
The E1000 driver uses an implicit switch/case fallthrough for sharing
some code supporting different PHYs.

Add our "fallthrough;" statement-like macro before the two labels in
e1000_set_phy_type(), to avoid a warning when GCC's -Wimplicit-fallthrough
warning option is enabled.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
2025-04-08 16:23:51 -06:00
..
2025-02-04 23:34:42 +01:00
2022-12-07 16:04:17 -05:00
2022-11-28 10:25:17 -05:00
2024-07-22 10:53:05 -06:00
2022-12-22 10:31:48 -05:00
2024-01-29 22:35:02 -05:00