Message ID | 20241106-samsung-pinctrl-put-v1-0-de854e26dd03@gmail.com |
---|---|
Headers | show |
Series | pinctrl: samsung: fix fwnode refcount cleanup in error path and update comment | expand |
On Wed, 06 Nov 2024 23:04:38 +0100, Javier Carrasco wrote: > 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. > > Applied, thanks! [1/2] pinctrl: samsung: fix fwnode refcount cleanup if platform_get_irq_optional() fails https://git.kernel.org/pinctrl/samsung/c/459915f55509f4bfd6076daa1428e28490ddee3b [2/2] pinctrl: samsung: update child reference drop comment https://git.kernel.org/pinctrl/samsung/c/0ebb1e9e1b12ddcb86105a14b59ccbed76b6ce00 Best regards,
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,