diff options
| author | Linus Walleij <linus.walleij@linaro.org> | 2019-07-16 11:12:14 +0200 |
|---|---|---|
| committer | Linus Walleij <linus.walleij@linaro.org> | 2019-07-16 11:12:14 +0200 |
| commit | 88785b7fa74ae2dc52f879140b976984b5374c79 (patch) | |
| tree | 5094cad1333e8a7f945557aeab2c5466b4935825 /drivers/gpio/gpiolib-of.c | |
| parent | Revert "gpio/spi: Fix spi-gpio regression on active high CS" (diff) | |
| parent | gpio: em: remove the gpiochip before removing the irq domain (diff) | |
| download | linux-88785b7fa74ae2dc52f879140b976984b5374c79.tar.gz linux-88785b7fa74ae2dc52f879140b976984b5374c79.zip | |
Merge tag 'gpio-v5.3-rc1-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into fixes
GPIO fixes for v5.3-rc1
- silence error messages on probe deferral in gpio-davinci
- fix a memory leak in gpiolib-of
- fix a potential use-after-free error in gpio-em
Diffstat (limited to 'drivers/gpio/gpiolib-of.c')
| -rw-r--r-- | drivers/gpio/gpiolib-of.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/gpiolib-of.c b/drivers/gpio/gpiolib-of.c index a8f02f551d6b..567fb98c0892 100644 --- a/drivers/gpio/gpiolib-of.c +++ b/drivers/gpio/gpiolib-of.c @@ -154,6 +154,7 @@ static void of_gpio_flags_quirks(struct device_node *np, of_node_full_name(child)); *flags |= OF_GPIO_ACTIVE_LOW; } + of_node_put(child); break; } } |
