[GIT PULL] gpio: fixes for v5.11-rc7

From: Bartosz Golaszewski
Date: Wed Feb 03 2021 - 08:10:06 EST


Linus,

here are some more fixes from the GPIO subsystem for this release. This
time it's only core fixes. Details are in the signed tag.

Please pull,
Bartosz

The following changes since commit 6ee1d745b7c9fd573fba142a2efdad76a9f1cb04:

Linux 5.11-rc5 (2021-01-24 16:47:14 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v5.11-rc7

for you to fetch changes up to c07ea8d0b170c0cf6592a53981841c7973e142ea:

gpio: gpiolib: remove shadowed variable (2021-02-01 13:24:28 +0100)

----------------------------------------------------------------
gpio fixes for v5.11-rc7

- fix a memory leak in error path in gpiolib
- clear debounce period in output mode in the character device code
- remove shadowed variable

----------------------------------------------------------------
Kent Gibson (1):
gpiolib: cdev: clear debounce period if line set to output

Quanyang Wang (1):
gpiolib: free device name on error path to fix kmemleak

Wolfram Sang (1):
gpio: gpiolib: remove shadowed variable

drivers/gpio/gpiolib-cdev.c | 2 ++
drivers/gpio/gpiolib.c | 12 +++++++++---
2 files changed, 11 insertions(+), 3 deletions(-)