Hi Alice, On Mon, Aug 31, 2026 at 4:42 AM <[email protected]> wrote:
> Changes in v5: > - Convert XPCS PHY polling loops to read_poll_timeout() > - Clear only 10/100BASE-T bits for i.MX95 SGMII 1G This series breaks CI: +drivers/net/fsl_enetc_xpcs_phy.c: In function 'imx95_xpcs_phy_mplla_configuration_sgmii': +drivers/net/fsl_enetc_xpcs_phy.c:969:15: error: unused variable 'begin' [-Werror=unused-variable] + 969 | ulong begin; + | ^~~~~ +cc1: all warnings being treated as errors +make[3]: *** [scripts/Makefile.build:272: drivers/net/fsl_enetc.o] Error 1 +make[2]: *** [scripts/Makefile.build:497: drivers/net] Error 2 +make[1]: *** [Makefile:2228: drivers] Error 2 +make: *** [Makefile:189: __sub-make] Error 2 I fixed it and applied it. Please pay more attention next time.
