Hi Julien, kernel test robot noticed the following build errors: [auto build test ERROR on b9ddaa95fd283bce7041550ddbbe7e764c477110] url: https://github.com/intel-lab-lkp/linux/commits/Julien-Massot/Input-mtk-pmic-keys-MT6359-has-a-specific-release-irq/20250801-211817 base: b9ddaa95fd283bce7041550ddbbe7e764c477110 patch link: https://lore.kernel.org/r/20250801-radxa-nio-12-l-gpio-v1-1-d0840f85d2c8%40collabora.com patch subject: [PATCH 1/3] Input: mtk-pmic-keys - MT6359 has a specific release irq config: arc-randconfig-002-20250802 (https://download.01.org/0day-ci/archive/20250802/202508020802.nZBo2mGV-lkp@xxxxxxxxx/config) compiler: arc-linux-gcc (GCC) 14.3.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250802/202508020802.nZBo2mGV-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/202508020802.nZBo2mGV-lkp@xxxxxxxxx/ All error/warnings (new ones prefixed by >>): >> drivers/input/keyboard/mtk-pmic-keys.c:132:10: error: 'const struct mtk_pmic_regs' has no member named 'key_release_irq' 132 | .key_release_irq = true, | ^~~~~~~~~~~~~~~ >> drivers/input/keyboard/mtk-pmic-keys.c:132:28: warning: excess elements in struct initializer 132 | .key_release_irq = true, | ^~~~ drivers/input/keyboard/mtk-pmic-keys.c:132:28: note: (near initialization for 'mt6359_regs') vim +132 drivers/input/keyboard/mtk-pmic-keys.c 120 121 static const struct mtk_pmic_regs mt6359_regs = { 122 .keys_regs[MTK_PMIC_PWRKEY_INDEX] = 123 MTK_PMIC_KEYS_REGS(MT6359_TOPSTATUS, 124 0x2, MT6359_PSC_TOP_INT_CON0, 0x5, 125 MTK_PMIC_PWRKEY_RST), 126 .keys_regs[MTK_PMIC_HOMEKEY_INDEX] = 127 MTK_PMIC_KEYS_REGS(MT6359_TOPSTATUS, 128 0x8, MT6359_PSC_TOP_INT_CON0, 0xa, 129 MTK_PMIC_HOMEKEY_RST), 130 .pmic_rst_reg = MT6359_TOP_RST_MISC, 131 .rst_lprst_mask = MTK_PMIC_RST_DU_MASK, > 132 .key_release_irq = true, 133 }; 134 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki