All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Marek Vasut <marek.vasut+renesas@mailbox.org>
Cc: oe-kbuild-all@lists.linux.dev
Subject: Re: [PATCH 2/2] regulator: rpi-panel-v2: Add regulator for 7" Raspberry Pi 720x1280
Date: Tue, 10 Jun 2025 04:36:44 +0800	[thread overview]
Message-ID: <202506100440.fyTGO7CG-lkp@intel.com> (raw)
In-Reply-To: <20250609000748.1665219-2-marek.vasut+renesas@mailbox.org>

Hi Marek,

kernel test robot noticed the following build warnings:

[auto build test WARNING on broonie-regulator/for-next]
[also build test WARNING on soc/for-next krzk-dt/for-next linus/master v6.16-rc1 next-20250606]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:    https://github.com/intel-lab-lkp/linux/commits/Marek-Vasut/regulator-rpi-panel-v2-Add-regulator-for-7-Raspberry-Pi-720x1280/20250609-081005
base:   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next
patch link:    https://lore.kernel.org/r/20250609000748.1665219-2-marek.vasut%2Brenesas%40mailbox.org
patch subject: [PATCH 2/2] regulator: rpi-panel-v2: Add regulator for 7" Raspberry Pi 720x1280
config: parisc-randconfig-r051-20250609 (https://download.01.org/0day-ci/archive/20250610/202506100440.fyTGO7CG-lkp@intel.com/config)
compiler: hppa-linux-gcc (GCC) 8.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250610/202506100440.fyTGO7CG-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/202506100440.fyTGO7CG-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> drivers/regulator/rpi-panel-v2-regulator.c:95:34: warning: 'rpi_panel_v2_dt_ids' defined but not used [-Wunused-const-variable=]
    static const struct of_device_id rpi_panel_v2_dt_ids[] = {
                                     ^~~~~~~~~~~~~~~~~~~


vim +/rpi_panel_v2_dt_ids +95 drivers/regulator/rpi-panel-v2-regulator.c

    94	
  > 95	static const struct of_device_id rpi_panel_v2_dt_ids[] = {
    96		{ .compatible = "raspberrypi,touchscreen-panel-regulator-v2" },
    97		{ },
    98	};
    99	MODULE_DEVICE_TABLE(of, rpi_panel_v2_dt_ids);
   100	

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

  parent reply	other threads:[~2025-06-09 20:36 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-09  0:06 [PATCH 1/2] regulator: dt-bindings: rpi-panel: Add regulator for 7" Raspberry Pi 720x1280 Marek Vasut
2025-06-09  0:06 ` [PATCH 2/2] regulator: rpi-panel-v2: " Marek Vasut
2025-06-09 16:13   ` kernel test robot
2025-06-09 20:36   ` kernel test robot [this message]
2025-06-11  9:55   ` Geert Uytterhoeven
2025-06-11 20:30   ` Uwe Kleine-König
2025-06-17  0:52     ` Marek Vasut
2025-06-09 15:12 ` [PATCH 1/2] regulator: dt-bindings: rpi-panel: " Mark Brown

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=202506100440.fyTGO7CG-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=marek.vasut+renesas@mailbox.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.