Home
last modified time | relevance | path

Searched hist:e941712cccab8a96f03b5d3274159c1ed338efee (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/soc/tegra/fuse/
H A Dfuse-tegra.cdiff e941712cccab8a96f03b5d3274159c1ed338efee Wed Jun 15 20:46:36 CDT 2022 Liang He <windhl@126.com> soc/tegra: fuse: Add missing of_node_put() in tegra_init_fuse()

In this function, of_find_matching_node() will return a node pointer
with refcount incremented. We should use of_node_put() when the "np"
pointer is not used anymore.

Signed-off-by: Liang He <windhl@126.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>