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

Javier Carrasco posted 2 patches 2 weeks, 3 days ago
drivers/pinctrl/samsung/pinctrl-samsung.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH 0/2] pinctrl: samsung: fix fwnode refcount cleanup in error path and update comment
Posted by Javier Carrasco 2 weeks, 3 days ago
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,
-- 
Javier Carrasco <javier.carrasco.cruz@gmail.com>