[PATCH net] net: stmmac: rk: put the PHY clock on remove
kernel test robot
lkp at intel.com
Thu Aug 7 17:00:51 PDT 2025
Hi Russell,
kernel test robot noticed the following build errors:
[auto build test ERROR on net/main]
url: https://github.com/intel-lab-lkp/linux/commits/Russell-King-Oracle/net-stmmac-rk-put-the-PHY-clock-on-remove/20250807-165054
base: net/main
patch link: https://lore.kernel.org/r/E1ujwIY-007qKa-Ka%40rmk-PC.armlinux.org.uk
patch subject: [PATCH net] net: stmmac: rk: put the PHY clock on remove
config: arm-defconfig (https://download.01.org/0day-ci/archive/20250808/202508080746.BIDlKMy5-lkp@intel.com/config)
compiler: clang version 22.0.0git (https://github.com/llvm/llvm-project 7b8dea265e72c3037b6b1e54d5ab51b7e14f328b)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250808/202508080746.BIDlKMy5-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp at intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202508080746.BIDlKMy5-lkp@intel.com/
All errors (new ones prefixed by >>):
>> drivers/net/ethernet/stmicro/stmmac/dwmac-rk.c:1774:6: error: use of undeclared identifier 'plat'
1774 | if (plat->phy_node && bsp_priv->integrated_phy)
| ^~~~
1 error generated.
vim +/plat +1774 drivers/net/ethernet/stmicro/stmmac/dwmac-rk.c
1765
1766 static void rk_gmac_remove(struct platform_device *pdev)
1767 {
1768 struct rk_priv_data *bsp_priv = get_stmmac_bsp_priv(&pdev->dev);
1769
1770 stmmac_dvr_remove(&pdev->dev);
1771
1772 rk_gmac_powerdown(bsp_priv);
1773
> 1774 if (plat->phy_node && bsp_priv->integrated_phy)
1775 clk_put(bsp_priv->clk_phy);
1776 }
1777
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
More information about the linux-arm-kernel
mailing list