forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/net/ethernet/intel/e1000/e1000_param.c
....@@ -708,7 +708,7 @@
708708 goto full_duplex_only;
709709 case SPEED_1000 + HALF_DUPLEX:
710710 e_dev_info("Half Duplex is not supported at 1000 Mbps\n");
711
- /* fall through */
711
+ fallthrough;
712712 case SPEED_1000 + FULL_DUPLEX:
713713 full_duplex_only:
714714 e_dev_info("Using Autonegotiation at 1000 Mbps Full Duplex "