diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2023-09-23 11:56:57 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2023-09-23 11:56:57 -0700 |
commit | 3aba70aed91f2b283f7952be152ad76ec5c34975 (patch) | |
tree | 4a365d564ef666ef876992adc1aee23d2c2e829c /MAINTAINERS | |
parent | 85eba5f1759f9eb89273225027254ced57bd18a2 (diff) | |
parent | 5cb9606a901a41f2ffe37fb8528bb6fbfb5d90e2 (diff) | |
download | lwn-3aba70aed91f2b283f7952be152ad76ec5c34975.tar.gz lwn-3aba70aed91f2b283f7952be152ad76ec5c34975.zip |
Merge tag 'gpio-fixes-for-v6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux
Pull gpio fixes from Bartosz Golaszewski:
- fix an invalid usage of __free(kfree) leading to kfreeing an
ERR_PTR()
- fix an irq domain leak in gpio-tb10x
- MAINTAINERS update
* tag 'gpio-fixes-for-v6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux:
gpio: sim: fix an invalid __free() usage
gpio: tb10x: Fix an error handling path in tb10x_gpio_probe()
MAINTAINERS: gpio-regmap: make myself a maintainer of it
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 4b8a9749cb0b..b19995690904 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8873,7 +8873,7 @@ F: drivers/gpio/gpio-mockup.c F: tools/testing/selftests/gpio/ GPIO REGMAP -R: Michael Walle <michael@walle.cc> +M: Michael Walle <michael@walle.cc> S: Maintained F: drivers/gpio/gpio-regmap.c F: include/linux/gpio/regmap.h |