mbox series

[0/2] pinctrl: samsung: fix fwnode refcount cleanup in error path and update comment

Message ID 20241106-samsung-pinctrl-put-v1-0-de854e26dd03@gmail.com (mailing list archive)
Headers show
Series pinctrl: samsung: fix fwnode refcount cleanup in error path and update comment | expand

Message

Javier Carrasco Nov. 6, 2024, 10:04 p.m. UTC
The first patch completes a previous fix where one error path stayed as
a direct return after the child nodes were acquired, and the second,
completely trivial, updates the function name used in the comment to
indicate where the references are released.

Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com>
---
Javier Carrasco (2):
      pinctrl: samsung: fix fwnode refcount cleanup if platform_get_irq_optional() fails
      pinctrl: samsung: update child reference drop comment

 drivers/pinctrl/samsung/pinctrl-samsung.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
base-commit: 5b913f5d7d7fe0f567dea8605f21da6eaa1735fb
change-id: 20241106-samsung-pinctrl-put-cb973a35ef52

Best regards,