diff options
author | 2022-06-17 22:58:03 +0800 | |
---|---|---|
committer | 2022-06-28 07:39:52 +0300 | |
commit | 50b87a32a79bca6e275918a711fb8cc55e16d739 (patch) | |
tree | cb030e790c715bba2505f2a8febd8b04980a8e93 /tools/perf/scripts/python | |
parent | ARM: OMAP2+: Fix refcount leak in omapdss_init_of (diff) | |
download | linux-dev-50b87a32a79bca6e275918a711fb8cc55e16d739.tar.xz linux-dev-50b87a32a79bca6e275918a711fb8cc55e16d739.zip |
ARM: OMAP2+: display: Fix refcount leak bug
In omapdss_init_fbdev(), of_find_node_by_name() will return a node
pointer with refcount incremented. We should use of_node_put() when
it is not used anymore.
Signed-off-by: Liang He <windhl@126.com>
Message-Id: <20220617145803.4050918-1-windhl@126.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions