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-05 04:00:04 +08:00
parent ea4b9fab1c
commit 78feccdb09

View file

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