Skip to content

Commit 0b1619c

Browse files
author
Bartosz Golaszewski
committed
gpio: nomadik: fix the debugfs helper stub
Commit ddeb66d ("gpio: nomadik: don't print out global GPIO numbers in debugfs callbacks") failed to also update the stub of the debugfs helper for !CONFIG_DEBUG_FS. Fix the resulting build failure. Fixes: ddeb66d ("gpio: nomadik: don't print out global GPIO numbers in debugfs callbacks") Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202509132232.12viPUPB-lkp@intel.com/ Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20250915091007.28438-1-brgl@bgdev.pl Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
1 parent 17628f1 commit 0b1619c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

include/linux/gpio/gpio-nomadik.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,7 @@ void nmk_gpio_dbg_show_one(struct seq_file *s, struct pinctrl_dev *pctldev,
268268
static inline void nmk_gpio_dbg_show_one(struct seq_file *s,
269269
struct pinctrl_dev *pctldev,
270270
struct gpio_chip *chip,
271-
unsigned int offset,
272-
unsigned int gpio)
271+
unsigned int offset)
273272
{
274273
}
275274

0 commit comments

Comments
 (0)