tree: https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git master head: 0a76003de2b9029d5898c23d23ddbb90f5a74580 commit: 98177a93f8e405ce41969db23f5bf4766aa6a1f4 [34/52] Merge remote-tracking branch 'phy/next' into renesas-drivers config: alpha-allyesconfig (https://download.01.org/0day-ci/archive/20240308/202403080611.8hvVkUTE-lkp@xxxxxxxxx/config) compiler: alpha-linux-gcc (GCC) 13.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240308/202403080611.8hvVkUTE-lkp@xxxxxxxxx/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@xxxxxxxxx> | Closes: https://lore.kernel.org/oe-kbuild-all/202403080611.8hvVkUTE-lkp@xxxxxxxxx/ All errors (new ones prefixed by >>): >> drivers/phy/qualcomm/phy-qcom-qmp-usb.c:1340:10: error: 'const struct qmp_phy_cfg' has no member named 'lanes' 1340 | .lanes = 1, | ^~~~~ drivers/phy/qualcomm/phy-qcom-qmp-usb.c:1340:35: warning: initialization of 'const struct qmp_usb_offsets *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 1340 | .lanes = 1, | ^ drivers/phy/qualcomm/phy-qcom-qmp-usb.c:1340:35: note: (near initialization for 'ipq6018_usb3phy_cfg.offsets') drivers/phy/qualcomm/phy-qcom-qmp-usb.c:1342:35: warning: initialized field overwritten [-Woverride-init] 1342 | .offsets = &qmp_usb_offsets_v3, | ^ drivers/phy/qualcomm/phy-qcom-qmp-usb.c:1342:35: note: (near initialization for 'ipq6018_usb3phy_cfg.offsets') vim +1340 drivers/phy/qualcomm/phy-qcom-qmp-usb.c 2daa9555ba9858c Abel Vesa 2023-12-07 1338 62a5df451ab9114 Mantas Pucka 2024-01-23 1339 static const struct qmp_phy_cfg ipq6018_usb3phy_cfg = { 62a5df451ab9114 Mantas Pucka 2024-01-23 @1340 .lanes = 1, 62a5df451ab9114 Mantas Pucka 2024-01-23 1341 d4c08d8b23b2280 Dmitry Baryshkov 2024-02-13 1342 .offsets = &qmp_usb_offsets_v3, 62a5df451ab9114 Mantas Pucka 2024-01-23 1343 62a5df451ab9114 Mantas Pucka 2024-01-23 1344 .serdes_tbl = ipq9574_usb3_serdes_tbl, 62a5df451ab9114 Mantas Pucka 2024-01-23 1345 .serdes_tbl_num = ARRAY_SIZE(ipq9574_usb3_serdes_tbl), 62a5df451ab9114 Mantas Pucka 2024-01-23 1346 .tx_tbl = msm8996_usb3_tx_tbl, 62a5df451ab9114 Mantas Pucka 2024-01-23 1347 .tx_tbl_num = ARRAY_SIZE(msm8996_usb3_tx_tbl), 62a5df451ab9114 Mantas Pucka 2024-01-23 1348 .rx_tbl = ipq8074_usb3_rx_tbl, 62a5df451ab9114 Mantas Pucka 2024-01-23 1349 .rx_tbl_num = ARRAY_SIZE(ipq8074_usb3_rx_tbl), 62a5df451ab9114 Mantas Pucka 2024-01-23 1350 .pcs_tbl = ipq8074_usb3_pcs_tbl, 62a5df451ab9114 Mantas Pucka 2024-01-23 1351 .pcs_tbl_num = ARRAY_SIZE(ipq8074_usb3_pcs_tbl), 62a5df451ab9114 Mantas Pucka 2024-01-23 1352 .vreg_list = qmp_phy_vreg_l, 62a5df451ab9114 Mantas Pucka 2024-01-23 1353 .num_vregs = ARRAY_SIZE(qmp_phy_vreg_l), 62a5df451ab9114 Mantas Pucka 2024-01-23 1354 .regs = qmp_v3_usb3phy_regs_layout, 62a5df451ab9114 Mantas Pucka 2024-01-23 1355 }; 62a5df451ab9114 Mantas Pucka 2024-01-23 1356 :::::: The code at line 1340 was first introduced by commit :::::: 62a5df451ab911421da96655fcc4d1e269ff6e2f phy: qcom-qmp-usb: fix serdes init sequence for IPQ6018 :::::: TO: Mantas Pucka <mantas@xxxxxxxxxxxx> :::::: CC: Vinod Koul <vkoul@xxxxxxxxxx> -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki