mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-30 20:03:09 +01:00
Replace fallthrough comment with fallthrough macro for rtl838x ethernet
driver.
Fix compilarion warning:
drivers/net/ethernet/rtl838x_eth.c: In function 'rtl930x_mdio_reset':
drivers/net/ethernet/rtl838x_eth.c:1959:43: error: this statement may fall through [-Werror=implicit-fallthrough=]
1959 | private_poll_mask |= BIT(i);
drivers/net/ethernet/rtl838x_eth.c:1961:17: note: here
1961 | case PHY_INTERFACE_MODE_USXGMII:
| ^~~~
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
|
||
|---|---|---|
| .. | ||
| base-files | ||
| dts-5.10 | ||
| dts-5.15 | ||
| files/firmware/rtl838x_phy | ||
| files-5.10 | ||
| files-5.15 | ||
| image | ||
| patches-5.10 | ||
| patches-5.15 | ||
| profiles | ||
| rtl838x | ||
| rtl839x | ||
| rtl930x | ||
| rtl931x | ||
| Makefile | ||