diff options
author | Miaoqian Lin <linmq006@gmail.com> | 2022-06-01 07:32:22 +0300 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2022-07-19 12:54:39 +0300 |
commit | 1520669c8255bd637c6b248b2be910e2688d38dd (patch) | |
tree | 80dfcf57a951de976c317b8b3d6b7096e532767f /drivers/mfd/syscon.c | |
parent | 34b1a65ec1b5a8a292c9836cf36f511f2bb2f9eb (diff) | |
download | linux-1520669c8255bd637c6b248b2be910e2688d38dd.tar.xz |
mfd: max77620: Fix refcount leak in max77620_initialise_fps
of_get_child_by_name() returns a node pointer with refcount
incremented, we should use of_node_put() on it when not need anymore.
Add missing of_node_put() to avoid refcount leak.
Fixes: 327156c59360 ("mfd: max77620: Add core driver for MAX77620/MAX20024")
Signed-off-by: Miaoqian Lin <linmq006@gmail.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20220601043222.64441-1-linmq006@gmail.com
Diffstat (limited to 'drivers/mfd/syscon.c')
0 files changed, 0 insertions, 0 deletions