mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-27 01:11: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
|
||
---|---|---|
.. | ||
base-files | ||
dts | ||
files/firmware/rtl838x_phy | ||
files-5.4 | ||
generic | ||
image | ||
patches-5.4 | ||
profiles | ||
config-5.4 | ||
Makefile |