[GIT PULL] gpio: fixes for v6.8-rc4
From: Bartosz Golaszewski
Date: Fri Feb 09 2024 - 07:31:34 EST
From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
Linus,
Please pull the following fix for the next RC from the GPIO tree.
Thanks,
Bartosz
The following changes since commit 54be6c6c5ae8e0d93a6c4641cb7528eb0b6ba478:
Linux 6.8-rc3 (2024-02-04 12:20:36 +0000)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v6.8-rc4
for you to fetch changes up to 2526dffc6d65cffa32b88556bd68e4e72e889a55:
gpio: remove GPIO device from the list unconditionally in error path (2024-02-08 10:33:03 +0100)
----------------------------------------------------------------
gpio fixes for v6.8-rc4
- remove the new GPIO device from the global list unconditionally in
error path in core GPIOLIB
----------------------------------------------------------------
Bartosz Golaszewski (1):
gpio: remove GPIO device from the list unconditionally in error path
drivers/gpio/gpiolib.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)