mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-12 16:03:13 +00:00
561bfc96f9
Cppcheck shows here duplicated break.
Code `state->speed = SPEED_1000;` will be never executed because above
it there is break statement.
Almost identical statement is placed in another realtek driver
|
||
---|---|---|
.. | ||
dsa/rtl83xx | ||
ethernet | ||
phy |