From 3637d4cbbfadeb1b96c9761a4dafd2597cf5740f Mon Sep 17 00:00:00 2001 From: suyuan168 <175338101@qq.com> Date: Mon, 3 Jan 2022 20:05:10 +0800 Subject: [PATCH] Update b53_common.c --- .../target/linux/generic/files/drivers/net/phy/b53/b53_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/target/linux/generic/files/drivers/net/phy/b53/b53_common.c b/root/target/linux/generic/files/drivers/net/phy/b53/b53_common.c index 87d731ec..030c5c86 100755 --- a/root/target/linux/generic/files/drivers/net/phy/b53/b53_common.c +++ b/root/target/linux/generic/files/drivers/net/phy/b53/b53_common.c @@ -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;