From: kernel test robot <lkp@intel.com>
To: Hardik Prakash <hardikprakash.official@gmail.com>,
linux-i2c@vger.kernel.org
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
linux-gpio@vger.kernel.org, wsa@kernel.org,
andriy.shevchenko@intel.com, mario.limonciello@amd.com,
brgl@bgdev.pl, basavaraj.natikar@amd.com,
linus.walleij@linaro.org,
Hardik Prakash <hardikprakash.official@gmail.com>
Subject: Re: [PATCH v6 1/1] i2c: designware: defer probe if child GpioInt controllers are not bound
Date: Sun, 24 May 2026 09:47:23 +0800 [thread overview]
Message-ID: <202605240959.Kcf1lIg4-lkp@intel.com> (raw)
In-Reply-To: <20260523174440.9629-2-hardikprakash.official@gmail.com>
Hi Hardik,
kernel test robot noticed the following build warnings:
[auto build test WARNING on 3812a9e84265a5cdd90d29fe8d97a023e91fb945]
url: https://github.com/intel-lab-lkp/linux/commits/Hardik-Prakash/i2c-designware-defer-probe-if-child-GpioInt-controllers-are-not-bound/20260524-014648
base: 3812a9e84265a5cdd90d29fe8d97a023e91fb945
patch link: https://lore.kernel.org/r/20260523174440.9629-2-hardikprakash.official%40gmail.com
patch subject: [PATCH v6 1/1] i2c: designware: defer probe if child GpioInt controllers are not bound
config: x86_64-randconfig-001-20260524 (https://download.01.org/0day-ci/archive/20260524/202605240959.Kcf1lIg4-lkp@intel.com/config)
compiler: clang version 20.1.8 (https://github.com/llvm/llvm-project 87f0227cb60147a26a1eeb4fb06e3b505e9c7261)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260524/202605240959.Kcf1lIg4-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/202605240959.Kcf1lIg4-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> drivers/i2c/busses/i2c-designware-platdrv.c:192:6: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
192 | int ret;
| ^
1 warning generated.
vim +/ret +192 drivers/i2c/busses/i2c-designware-platdrv.c
187
188 static int check_child_gpioint(struct acpi_device *adev, void *data)
189 {
190 struct gpio_dep_ctx *ctx = data;
191 struct list_head res_list;
> 192 int ret;
193
194 INIT_LIST_HEAD(&res_list);
195
196 ret = acpi_dev_get_resources(adev, &res_list, check_gpioint_resource, ctx);
197 acpi_dev_free_resource_list(&res_list);
198
199 if (ctx->ret < 0)
200 return ctx->ret;
201
202 return 0;
203 }
204
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next prev parent reply other threads:[~2026-05-24 1:48 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-23 17:44 [PATCH v6 0/1] i2c: designware: defer probe if child GpioInt controllers are not bound Hardik Prakash
2026-05-23 17:44 ` [PATCH v6 1/1] " Hardik Prakash
2026-05-24 1:47 ` kernel test robot [this message]
2026-05-24 5:40 ` Hardik Prakash
2026-05-26 10:42 ` Bartosz Golaszewski
2026-05-28 21:24 ` Mario Limonciello
2026-05-29 6:56 ` Hardik Prakash
2026-05-29 7:23 ` Mario Limonciello
2026-05-23 17:57 ` [PATCH v6 0/1] " Mario Limonciello
2026-05-26 9:41 ` Bartosz Golaszewski
2026-05-26 10:05 ` Hardik Prakash
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=202605240959.Kcf1lIg4-lkp@intel.com \
--to=lkp@intel.com \
--cc=andriy.shevchenko@intel.com \
--cc=basavaraj.natikar@amd.com \
--cc=brgl@bgdev.pl \
--cc=hardikprakash.official@gmail.com \
--cc=linus.walleij@linaro.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-i2c@vger.kernel.org \
--cc=llvm@lists.linux.dev \
--cc=mario.limonciello@amd.com \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=wsa@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