mbox series

[GIT,PULL] gpio: fixes for v6.8-rc4

Message ID 20240209123117.25215-1-brgl@bgdev.pl
State New
Headers show
Series [GIT,PULL] gpio: fixes for v6.8-rc4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v6.8-rc4

Message

Bartosz Golaszewski Feb. 9, 2024, 12:31 p.m. UTC
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

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(-)

Comments

pr-tracker-bot@kernel.org Feb. 9, 2024, 6:46 p.m. UTC | #1
The pull request you sent on Fri,  9 Feb 2024 13:31:17 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v6.8-rc4

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4a8e4b3c2741a46c7c03c1726a124a750ba06905

Thank you!