diff options
author | Michael Walle <michael@walle.cc> | 2023-01-27 13:40:12 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-01-28 16:38:44 +0300 |
commit | edcf2fb660526b5ed29f93bd17328a2b4835c8b2 (patch) | |
tree | 9162c0af131401bb02733533b8d391ec5438cd20 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ab3428cfd9aa2f3463ee4b2909b5bb2193bd0c4a (diff) | |
download | linux-edcf2fb660526b5ed29f93bd17328a2b4835c8b2.tar.xz |
nvmem: core: fix device node refcounting
In of_nvmem_cell_get(), of_get_next_parent() is used on cell_np. This
will decrement the refcount on cell_np, but cell_np is still used later
in the code. Use of_get_parent() instead and of_node_put() in the
appropriate places.
Fixes: 69aba7948cbe ("nvmem: Add a simple NVMEM framework for consumers")
Fixes: 7ae6478b304b ("nvmem: core: rework nvmem cell instance creation")
Cc: stable@vger.kernel.org
Signed-off-by: Michael Walle <michael@walle.cc>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link: https://lore.kernel.org/r/20230127104015.23839-8-srinivas.kandagatla@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions