public inbox for llvm@lists.linux.dev
 help / color / mirror / Atom feed
* Re: [PATCH 4/7] w1: ds2433: introduce a configuration structure
       [not found] <20231117192909.98944-4-marc.ferland@sonatest.com>
@ 2023-11-18  6:33 ` kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-11-18  6:33 UTC (permalink / raw)
  To: marc.ferland, krzysztof.kozlowski
  Cc: llvm, oe-kbuild-all, gregkh, marc.ferland, jeff.dagenais, rdunlap,
	linux-kernel

Hi,

kernel test robot noticed the following build errors:

[auto build test ERROR on 7475e51b87969e01a6812eac713a1c8310372e8a]

url:    https://github.com/intel-lab-lkp/linux/commits/marc-ferland-gmail-com/w1-ds2433-add-support-for-registering-multiple-families/20231118-034145
base:   7475e51b87969e01a6812eac713a1c8310372e8a
patch link:    https://lore.kernel.org/r/20231117192909.98944-4-marc.ferland%40sonatest.com
patch subject: [PATCH 4/7] w1: ds2433: introduce a configuration structure
config: hexagon-randconfig-001-20231118 (https://download.01.org/0day-ci/archive/20231118/202311181436.TyinUJiw-lkp@intel.com/config)
compiler: clang version 17.0.0 (https://github.com/llvm/llvm-project.git 4a5ac14ee968ff0ad5d2cc1ffa0299048db4c88a)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231118/202311181436.TyinUJiw-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@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202311181436.TyinUJiw-lkp@intel.com/

All errors (new ones prefixed by >>):

>> drivers/w1/slaves/w1_ds2433.c:269:21: error: initializer element is not a compile-time constant
     269 |         .size = config_f23.eeprom_size,
         |                 ~~~~~~~~~~~^~~~~~~~~~~
   1 error generated.


vim +269 drivers/w1/slaves/w1_ds2433.c

   264	
   265	static struct bin_attribute bin_attr_f23_eeprom = {
   266		.attr = { .name = "eeprom", .mode = 0644 },
   267		.read = eeprom_read,
   268		.write = eeprom_write,
 > 269		.size = config_f23.eeprom_size,
   270	};
   271	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-11-18  6:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20231117192909.98944-4-marc.ferland@sonatest.com>
2023-11-18  6:33 ` [PATCH 4/7] w1: ds2433: introduce a configuration structure kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox