diff options
author | Andre Przywara <andre.przywara@arm.com> | 2025-03-27 15:33:06 +0000 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-04-08 16:23:51 -0600 |
commit | 960d3d933dbda88aed6d4fcf0711dbc7448ffd83 (patch) | |
tree | 5caa00a569c0b2b3ba078a634af3daf4e5c25feb /tools/patman/patchstream.py | |
parent | 2c22efbb37b00fc353ffee56bf0b54c38639e08e (diff) |
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>
Diffstat (limited to 'tools/patman/patchstream.py')
0 files changed, 0 insertions, 0 deletions