diff options
author | 2023-01-02 12:24:56 +0400 | |
---|---|---|
committer | 2023-01-09 15:13:15 +0100 | |
commit | dcef18c8ac40aa85bb339f64c1dd31dd458b06fb (patch) | |
tree | 0258c0dbe4466f42a70184130613351dece7f1c4 /lib/parser.c | |
parent | pinctrl: qcom: pinctrl-msm8976: Correct function names for wcss pins (diff) | |
download | linux-rng-dcef18c8ac40aa85bb339f64c1dd31dd458b06fb.tar.xz linux-rng-dcef18c8ac40aa85bb339f64c1dd31dd458b06fb.zip |
pinctrl: stm32: Fix refcount leak in stm32_pctrl_get_irq_domain
of_irq_find_parent() returns a node pointer with refcount incremented,
We should use of_node_put() on it when not needed anymore.
Add missing of_node_put() to avoid refcount leak.
Fixes: d86f4d71e42a ("pinctrl: stm32: check irq controller availability at probe")
Signed-off-by: Miaoqian Lin <linmq006@gmail.com>
Link: https://lore.kernel.org/r/20230102082503.3944927-1-linmq006@gmail.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'lib/parser.c')
0 files changed, 0 insertions, 0 deletions