]> git.baikalelectronics.ru Git - kernel.git/commit
gpio: Avoid using pin ranges with !PINCTRL
authorThierry Reding <treding@nvidia.com>
Mon, 30 Mar 2020 09:02:57 +0000 (11:02 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 31 Mar 2020 14:46:47 +0000 (16:46 +0200)
commit89ad556b7f96af54ae6762f561f0a09269265741
tree5dc8e4291e845bd51a4214e0fdcc6d3fa243cf7c
parent5f4bf171ca03b79f0ed7a17216fd854e50955617
gpio: Avoid using pin ranges with !PINCTRL

Do not use the struct gpio_device's .pin_ranges field if the PINCTRL
Kconfig symbol is not selected to avoid build failures.

Fixes: 2ab73c6d8323fa1e ("gpio: Support GPIO controllers without pin-ranges")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://lore.kernel.org/r/20200330090257.2332864-1-thierry.reding@gmail.com
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
Tested-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpiolib.c