Hi Alex, kernel test robot noticed the following build warnings: [auto build test WARNING on lee-mfd/for-mfd-next] [also build test WARNING on lee-mfd/for-mfd-fixes broonie-regulator/for-next robh/for-next linus/master v6.8 next-20240322] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Alex-Bee/dt-bindings-mfd-Add-rk816-binding/20240321-224318 base: https://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git for-mfd-next patch link: https://lore.kernel.org/r/20240321143911.90210-5-knaerzche%40gmail.com patch subject: [PATCH 2/5] mfd: rk8xx: Add RK816 support config: i386-randconfig-062-20240322 (https://download.01.org/0day-ci/archive/20240323/202403230131.AhHTZiEx-lkp@xxxxxxxxx/config) compiler: gcc-12 (Debian 12.2.0-14) 12.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240323/202403230131.AhHTZiEx-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/202403230131.AhHTZiEx-lkp@xxxxxxxxx/ sparse warnings: (new ones prefixed by >>) >> drivers/mfd/rk8xx-core.c:573:24: sparse: sparse: incorrect type in initializer (different modifiers) @@ expected unsigned int ( *get_irq_reg )( ... ) @@ got unsigned int ( const * )( ... ) @@ drivers/mfd/rk8xx-core.c:573:24: sparse: expected unsigned int ( *get_irq_reg )( ... ) drivers/mfd/rk8xx-core.c:573:24: sparse: got unsigned int ( const * )( ... ) vim +573 drivers/mfd/rk8xx-core.c 567 568 static const struct regmap_irq_chip rk816_irq_chip = { 569 .name = "rk816", 570 .irqs = rk816_irqs, 571 .num_irqs = ARRAY_SIZE(rk816_irqs), 572 .num_regs = 3, > 573 .get_irq_reg = rk816_get_irq_reg, 574 .status_base = RK816_INT_STS_REG1, 575 .mask_base = RK816_INT_STS_MSK_REG1, 576 .ack_base = RK816_INT_STS_REG1, 577 .init_ack_masked = true, 578 }; 579 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki