From 78feccdb09754b77142fd48d2307bc7aee6f47ff Mon Sep 17 00:00:00 2001 From: suyuan168 <175338101@qq.com> Date: Wed, 5 Jan 2022 04:00:04 +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(-) mode change 100755 => 100644 root/target/linux/generic/files/drivers/net/phy/b53/b53_common.c 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 old mode 100755 new mode 100644 index 030c5c86..a6dab255 --- 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; - /* fall through */ + __attribute__((__fallthrough__)); case 1000: po |= GMII_PO_SPEED_1000M; break;