devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Matteo Martelli <matteomartelli3@gmail.com>,
	Jonathan Cameron <jic23@kernel.org>,
	Lars-Peter Clausen <lars@metafoo.de>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Marius Cristea <marius.cristea@microchip.com>
Cc: oe-kbuild-all@lists.linux.dev, linux-iio@vger.kernel.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	Matteo Martelli <matteomartelli3@gmail.com>
Subject: Re: [PATCH v3 3/3] iio: adc: add support for pac1921
Date: Wed, 24 Jul 2024 02:18:56 +0800	[thread overview]
Message-ID: <202407240123.tjObpf49-lkp@intel.com> (raw)
In-Reply-To: <20240722-iio-pac1921-v3-3-05dc9916cb33@gmail.com>

Hi Matteo,

kernel test robot noticed the following build errors:

[auto build test ERROR on 1ebab783647a9e3bf357002d5c4ff060c8474a0a]

url:    https://github.com/intel-lab-lkp/linux/commits/Matteo-Martelli/dt-bindings-iio-adc-add-binding-for-pac1921/20240722-183406
base:   1ebab783647a9e3bf357002d5c4ff060c8474a0a
patch link:    https://lore.kernel.org/r/20240722-iio-pac1921-v3-3-05dc9916cb33%40gmail.com
patch subject: [PATCH v3 3/3] iio: adc: add support for pac1921
config: um-randconfig-r051-20240723 (https://download.01.org/0day-ci/archive/20240724/202407240123.tjObpf49-lkp@intel.com/config)
compiler: gcc-7 (Ubuntu 7.5.0-6ubuntu2) 7.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240724/202407240123.tjObpf49-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/202407240123.tjObpf49-lkp@intel.com/

All errors (new ones prefixed by >>):

>> drivers/iio/adc/pac1921.c:892:2: error: initializer element is not constant
     pac1921_ext_info_scale_avail,
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
   drivers/iio/adc/pac1921.c:892:2: note: (near initialization for 'pac1921_ext_info_voltage[0]')
   drivers/iio/adc/pac1921.c:897:2: error: initializer element is not constant
     pac1921_ext_info_scale_avail,
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
   drivers/iio/adc/pac1921.c:897:2: note: (near initialization for 'pac1921_ext_info_current[0]')
   drivers/iio/adc/pac1921.c:898:2: error: initializer element is not constant
     pac1921_ext_info_rshunt,
     ^~~~~~~~~~~~~~~~~~~~~~~
   drivers/iio/adc/pac1921.c:898:2: note: (near initialization for 'pac1921_ext_info_current[1]')


vim +892 drivers/iio/adc/pac1921.c

   890	
   891	static const struct iio_chan_spec_ext_info pac1921_ext_info_voltage[] = {
 > 892		pac1921_ext_info_scale_avail,
   893		{}
   894	};
   895	

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

      reply	other threads:[~2024-07-23 18:19 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-22 10:03 [PATCH v3 0/3] iio: adc: add support for pac1921 Matteo Martelli
2024-07-22 10:03 ` [PATCH v3 1/3] dt-bindings: iio: adc: add binding " Matteo Martelli
2024-07-22 16:32   ` Conor Dooley
2024-07-22 20:05   ` Jonathan Cameron
2024-07-22 10:03 ` [PATCH v3 2/3] iio: ABI: generalize shunt_resistor attribute Matteo Martelli
2024-07-22 20:07   ` Jonathan Cameron
2024-07-23  9:09     ` Matteo Martelli
2024-07-27 12:28       ` Jonathan Cameron
2024-07-22 10:03 ` [PATCH v3 3/3] iio: adc: add support for pac1921 Matteo Martelli
2024-07-23 18:18   ` kernel test robot [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202407240123.tjObpf49-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=jic23@kernel.org \
    --cc=krzk@kernel.org \
    --cc=lars@metafoo.de \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marius.cristea@microchip.com \
    --cc=matteomartelli3@gmail.com \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=robh@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).