openwrt/target/linux/realtek/files-5.4
Rafał Mikrut 5ad19607c1 realtek: Add missing case in switch statement
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
18a53d43d6/target/linux/realtek/files-5.4/drivers/net/dsa/rtl83xx/dsa.c (L286-L294)

Signed-off-by: Rafał Mikrut <mikrutrafal@protonmail.com>
Signed-off-by: maurerr <mariusd84@gmail.com>
2021-09-01 08:07:21 +00:00
..
arch/mips realtek: update the tree to the latest refactored version 2021-09-01 08:07:15 +00:00
drivers realtek: Add missing case in switch statement 2021-09-01 08:07:21 +00:00