Hi Emil, kernel test robot noticed the following build errors: [auto build test ERROR on 5be63fc19fcaa4c236b307420483578a56986a37] url: https://github.com/intel-lab-lkp/linux/commits/Emil-Gedenryd/iio-light-opt3001-add-missing-full-scale-range-value/20240905-182748 base: 5be63fc19fcaa4c236b307420483578a56986a37 patch link: https://lore.kernel.org/r/20240905-add_opt3002-v1-2-a5ae21b924fb%40axis.com patch subject: [PATCH 2/3] iio: light: opt3001: add support for TI's opt3002 light sensor config: arm-randconfig-004-20240907 (https://download.01.org/0day-ci/archive/20240907/202409070539.HDm71PcK-lkp@xxxxxxxxx/config) compiler: clang version 16.0.6 (https://github.com/llvm/llvm-project 7cbf1a2591520c2491aa35339f227775f4d3adf6) reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240907/202409070539.HDm71PcK-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/202409070539.HDm71PcK-lkp@xxxxxxxxx/ All errors (new ones prefixed by >>): >> drivers/iio/light/opt3001.c:313:29: error: initializer element is not a compile-time constant .type = opt3001_chip_info.chan_type, ~~~~~~~~~~~~~~~~~~^~~~~~~~~ drivers/iio/light/opt3001.c:324:29: error: initializer element is not a compile-time constant .type = opt3002_chip_info.chan_type, ~~~~~~~~~~~~~~~~~~^~~~~~~~~ 2 errors generated. vim +313 drivers/iio/light/opt3001.c 310 311 static const struct iio_chan_spec opt3001_channels[] = { 312 { > 313 .type = opt3001_chip_info.chan_type, 314 .info_mask_separate = BIT(IIO_CHAN_INFO_PROCESSED) | 315 BIT(IIO_CHAN_INFO_INT_TIME), 316 .event_spec = opt3001_event_spec, 317 .num_event_specs = ARRAY_SIZE(opt3001_event_spec), 318 }, 319 IIO_CHAN_SOFT_TIMESTAMP(1), 320 }; 321 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki