1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Update b53_common.c

This commit is contained in:
suyuan168 2022-01-03 20:05:10 +08:00
parent 9c494d7f62
commit 3637d4cbbf

View file

@ -529,7 +529,7 @@ static int b53_configure_ports_of(struct b53_device *dev)
po |= PORT_OVERRIDE_SPEED_2000M;
else
po |= GMII_PO_SPEED_2000M;
fallthrough;
/* fall through */
case 1000:
po |= GMII_PO_SPEED_1000M;
break;