From: kernel test robot <lkp@intel.com>
To: "David Lechner" <dlechner@baylibre.com>,
"Lars-Peter Clausen" <lars@metafoo.de>,
"Michael Hennerich" <Michael.Hennerich@analog.com>,
"Jonathan Cameron" <jic23@kernel.org>,
"Nuno Sá" <nuno.sa@analog.com>,
"Andy Shevchenko" <andy@kernel.org>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org,
David Lechner <dlechner@baylibre.com>
Subject: Re: [PATCH] iio: adc: ad7173: fix num_slots on most chips
Date: Sat, 5 Jul 2025 00:48:47 +0800 [thread overview]
Message-ID: <202507050018.iWEJiG04-lkp@intel.com> (raw)
In-Reply-To: <20250703-iio-adc-ad7173-fix-num_slots-on-most-chips-v1-1-326c5d113e15@baylibre.com>
Hi David,
kernel test robot noticed the following build errors:
[auto build test ERROR on 6742eff60460e77158d4f1b233f17e0345c9e66a]
url: https://github.com/intel-lab-lkp/linux/commits/David-Lechner/iio-adc-ad7173-fix-num_slots-on-most-chips/20250704-061744
base: 6742eff60460e77158d4f1b233f17e0345c9e66a
patch link: https://lore.kernel.org/r/20250703-iio-adc-ad7173-fix-num_slots-on-most-chips-v1-1-326c5d113e15%40baylibre.com
patch subject: [PATCH] iio: adc: ad7173: fix num_slots on most chips
config: x86_64-buildonly-randconfig-004-20250704 (https://download.01.org/0day-ci/archive/20250705/202507050018.iWEJiG04-lkp@intel.com/config)
compiler: clang version 20.1.7 (https://github.com/llvm/llvm-project 6146a88f60492b520a36f8f8f3231e15f3cc6082)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250705/202507050018.iWEJiG04-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/202507050018.iWEJiG04-lkp@intel.com/
All errors (new ones prefixed by >>):
>> drivers/iio/adc/ad7173.c:782:3: error: field designator 'supports_spi_offload' does not refer to any field in type 'const struct ad_sigma_delta_info'
782 | .supports_spi_offload = true,
| ~^~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
vim +782 drivers/iio/adc/ad7173.c
773
774 static const struct ad_sigma_delta_info ad7173_sigma_delta_info_16_slots = {
775 .set_channel = ad7173_set_channel,
776 .append_status = ad7173_append_status,
777 .disable_all = ad7173_disable_all,
778 .disable_one = ad7173_disable_one,
779 .set_mode = ad7173_set_mode,
780 .has_registers = true,
781 .has_named_irqs = true,
> 782 .supports_spi_offload = true,
783 .addr_shift = 0,
784 .read_mask = BIT(6),
785 .status_ch_mask = GENMASK(3, 0),
786 .data_reg = AD7173_REG_DATA,
787 .num_resetclks = 64,
788 .num_slots = 16,
789 };
790
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
prev parent reply other threads:[~2025-07-04 16:49 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-03 22:16 [PATCH] iio: adc: ad7173: fix num_slots on most chips David Lechner
2025-07-04 9:11 ` Jonathan Cameron
2025-07-04 16:48 ` 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=202507050018.iWEJiG04-lkp@intel.com \
--to=lkp@intel.com \
--cc=Michael.Hennerich@analog.com \
--cc=andy@kernel.org \
--cc=dlechner@baylibre.com \
--cc=jic23@kernel.org \
--cc=lars@metafoo.de \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=llvm@lists.linux.dev \
--cc=nuno.sa@analog.com \
--cc=oe-kbuild-all@lists.linux.dev \
/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