mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-25 08:21:14 +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 |