All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Cc: oe-kbuild-all@lists.linux.dev, Linus Walleij <linus.walleij@linaro.org>
Subject: [linux-next:master 5114/8719] drivers/pinctrl/nomadik/pinctrl-nomadik.c:587:2: error: too few arguments to function 'nmk_gpio_dbg_show_one'
Date: Sat, 13 Sep 2025 22:45:15 +0800	[thread overview]
Message-ID: <202509132232.12viPUPB-lkp@intel.com> (raw)

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   590b221ed4256fd6c34d3dea77aa5bd6e741bbc1
commit: ddeb66d2cb10f03a43d97a0ff2c3869d1951c87d [5114/8719] gpio: nomadik: don't print out global GPIO numbers in debugfs callbacks
config: m68k-randconfig-r113-20250913 (https://download.01.org/0day-ci/archive/20250913/202509132232.12viPUPB-lkp@intel.com/config)
compiler: m68k-linux-gcc (GCC) 8.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250913/202509132232.12viPUPB-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/202509132232.12viPUPB-lkp@intel.com/

All errors (new ones prefixed by >>):

   drivers/pinctrl/nomadik/pinctrl-nomadik.c: In function 'nmk_pin_dbg_show':
>> drivers/pinctrl/nomadik/pinctrl-nomadik.c:587:2: error: too few arguments to function 'nmk_gpio_dbg_show_one'
     nmk_gpio_dbg_show_one(s, pctldev, chip, offset - chip->base);
     ^~~~~~~~~~~~~~~~~~~~~
   In file included from drivers/pinctrl/nomadik/pinctrl-nomadik.c:44:
   include/linux/gpio/gpio-nomadik.h:268:20: note: declared here
    static inline void nmk_gpio_dbg_show_one(struct seq_file *s,
                       ^~~~~~~~~~~~~~~~~~~~~


vim +/nmk_gpio_dbg_show_one +587 drivers/pinctrl/nomadik/pinctrl-nomadik.c

   577	
   578	static void nmk_pin_dbg_show(struct pinctrl_dev *pctldev, struct seq_file *s,
   579				     unsigned int offset)
   580	{
   581		struct gpio_chip *chip = find_gc_from_pin(offset);
   582	
   583		if (!chip) {
   584			seq_printf(s, "invalid pin offset");
   585			return;
   586		}
 > 587		nmk_gpio_dbg_show_one(s, pctldev, chip, offset - chip->base);
   588	}
   589	

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

                 reply	other threads:[~2025-09-13 14:45 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=202509132232.12viPUPB-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=bartosz.golaszewski@linaro.org \
    --cc=linus.walleij@linaro.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.