]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
gpio: cdev: Fix resource leaks on errors in gpiolib_cdev_register()
authorTzung-Bi Shih <tzungbi@kernel.org>
Tue, 20 Jan 2026 09:26:50 +0000 (09:26 +0000)
committerBartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Tue, 20 Jan 2026 09:51:11 +0000 (10:51 +0100)
commit8a8c942cad4cd12f739a8bb60cac77fd173c4e07
treef3abee7e1462beb2826c885941ea74e0dc663e49
parent70b3c280533167749a8f740acaa8ef720f78f984
gpio: cdev: Fix resource leaks on errors in gpiolib_cdev_register()

On error handling paths, gpiolib_cdev_register() doesn't free the
allocated resources which results leaks.  Fix it.

Cc: stable@vger.kernel.org
Fixes: 7b9b77a8bba9 ("gpiolib: add a per-gpio_device line state notification workqueue")
Fixes: d83cee3d2bb1 ("gpio: protect the pointer to gpio_chip in gpio_device with SRCU")
Signed-off-by: Tzung-Bi Shih <tzungbi@kernel.org>
Link: https://lore.kernel.org/r/20260120092650.2305319-1-tzungbi@kernel.org
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
drivers/gpio/gpiolib-cdev.c