Rafał Mikrut 561bfc96f9 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>
2020-12-11 13:48:24 +01:00
..
2020-12-04 16:34:39 +01:00
2020-11-26 11:17:55 +01:00
2020-11-10 13:11:32 +01:00
2020-12-09 17:05:40 +01:00
2020-11-18 21:13:46 +01:00
2020-11-24 15:36:59 +01:00
2020-12-04 16:34:39 +01:00
2020-12-09 17:05:40 +01:00
2020-11-10 13:11:32 +01:00
2020-11-10 13:11:32 +01:00
2020-11-10 13:11:32 +01:00
2020-11-18 21:13:46 +01:00
2020-10-15 17:46:54 +02:00