public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: "Petr Hodina via B4 Relay"
	<devnull+petr.hodina.protonmail.com@kernel.org>,
	"Jonathan Cameron" <jic23@kernel.org>,
	"David Lechner" <dlechner@baylibre.com>,
	"Nuno Sá" <nuno.sa@analog.com>,
	"Andy Shevchenko" <andy@kernel.org>,
	"Rob Herring" <robh@kernel.org>,
	"Krzysztof Kozlowski" <krzk@kernel.org>,
	"Conor Dooley" <conor+dt@kernel.org>,
	"Bjorn Andersson" <andersson@kernel.org>,
	"Konrad Dybcio" <konradybcio@kernel.org>,
	"David Heidelberg" <david@ixit.cz>
Cc: oe-kbuild-all@lists.linux.dev, linux-iio@vger.kernel.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-msm@vger.kernel.org,
	Petr Hodina <petr.hodina@protonmail.com>
Subject: Re: [PATCH 2/3] iio: light: add AMS TCS3400 RGB and RGB-IR color sensor driver
Date: Tue, 20 Jan 2026 18:06:25 +0800	[thread overview]
Message-ID: <202601201721.SsgdtZmN-lkp@intel.com> (raw)
In-Reply-To: <20260119-tsc3400-v1-2-82a65c5417aa@protonmail.com>

Hi Petr,

kernel test robot noticed the following build warnings:

[auto build test WARNING on 46fe65a2c28ecf5df1a7475aba1f08ccf4c0ac1b]

url:    https://github.com/intel-lab-lkp/linux/commits/Petr-Hodina-via-B4-Relay/doc-add-Device-Tree-binding-for-AMS-TCS3400-light-sensor/20260120-012240
base:   46fe65a2c28ecf5df1a7475aba1f08ccf4c0ac1b
patch link:    https://lore.kernel.org/r/20260119-tsc3400-v1-2-82a65c5417aa%40protonmail.com
patch subject: [PATCH 2/3] iio: light: add AMS TCS3400 RGB and RGB-IR color sensor driver
config: i386-allmodconfig (https://download.01.org/0day-ci/archive/20260120/202601201721.SsgdtZmN-lkp@intel.com/config)
compiler: gcc-14 (Debian 14.2.0-19) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260120/202601201721.SsgdtZmN-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/202601201721.SsgdtZmN-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> drivers/iio/light/tcs3400.c:82:18: warning: 'tcs3400_gains' defined but not used [-Wunused-const-variable=]
      82 | static const int tcs3400_gains[] = {1, 4, 16, 64};
         |                  ^~~~~~~~~~~~~


vim +/tcs3400_gains +82 drivers/iio/light/tcs3400.c

    81	
  > 82	static const int tcs3400_gains[] = {1, 4, 16, 64};
    83	

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

  parent reply	other threads:[~2026-01-20 10:06 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-19 17:19 [PATCH 0/3] iio: light: add AMS TCS3400 driver Petr Hodina via B4 Relay
2026-01-19 17:19 ` [PATCH 1/3] doc: add Device Tree binding for AMS TCS3400 light sensor Petr Hodina via B4 Relay
2026-01-19 17:37   ` David Heidelberg
2026-01-20 10:37   ` Krzysztof Kozlowski
2026-01-20 10:38   ` Krzysztof Kozlowski
2026-01-20 14:09   ` Daniel Baluta
2026-01-19 17:19 ` [PATCH 2/3] iio: light: add AMS TCS3400 RGB and RGB-IR color sensor driver Petr Hodina via B4 Relay
2026-01-19 18:58   ` Andy Shevchenko
2026-01-20 10:06   ` kernel test robot [this message]
2026-01-20 11:03   ` Konrad Dybcio
2026-01-20 13:33     ` Andy Shevchenko
2026-01-20 13:51       ` phodina
2026-01-20 13:58         ` Konrad Dybcio
2026-01-20 11:32   ` kernel test robot
2026-01-23  9:11   ` Jonathan Cameron
2026-01-19 17:19 ` [PATCH 3/3] sdm845: tama: Add AMS TCS3400 ambient light sensor Petr Hodina via B4 Relay
2026-01-19 17:33   ` David Heidelberg
2026-01-20 11:06   ` Konrad Dybcio
2026-01-20 19:49 ` [PATCH 0/3] iio: light: add AMS TCS3400 driver Rob Herring

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=202601201721.SsgdtZmN-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=andersson@kernel.org \
    --cc=andy@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=david@ixit.cz \
    --cc=devicetree@vger.kernel.org \
    --cc=devnull+petr.hodina.protonmail.com@kernel.org \
    --cc=dlechner@baylibre.com \
    --cc=jic23@kernel.org \
    --cc=konradybcio@kernel.org \
    --cc=krzk@kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nuno.sa@analog.com \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=petr.hodina@protonmail.com \
    --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