]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
gpiolib: remove unnecessary 'out of memory' messages
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 22 Sep 2025 09:54:02 +0000 (11:54 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Jan 2026 15:35:21 +0000 (16:35 +0100)
commit97531f8e50d99a289e0024e020cfdda5eec36f4d
tree8f466c73b4d8e786bb8b8fd70f6bb728822e510d
parent75bfb05067d682e4518898f56d370a341df2b566
gpiolib: remove unnecessary 'out of memory' messages

[ Upstream commit 0ba6f1ed3808b1f095fbdb490006f0ecd00f52bd ]

We don't need to add additional logs when returning -ENOMEM so remove
unnecessary error messages.

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Stable-dep-of: a7ac22d53d09 ("gpiolib: fix race condition for gdev->srcu")
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpio/gpiolib.c