linux-stable/drivers/soc/tegra/fuse
Liang He 5279be2b9c soc/tegra: fuse: Add missing of_node_put() in tegra_init_fuse()
[ Upstream commit e941712ccc ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2022-10-21 12:38:34 +02:00
..
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
fuse-tegra.c soc/tegra: fuse: Add missing of_node_put() in tegra_init_fuse() 2022-10-21 12:38:34 +02:00
fuse-tegra20.c soc/tegra: fuse: Use resource-managed helpers 2021-12-16 14:03:38 +01:00
fuse-tegra30.c soc/tegra: fuse: Add nvmem cell lookup entries for Tegra194 2022-04-06 14:55:50 +02:00
fuse.h ARM: SoC driver updates for v5.17 2022-01-10 08:13:52 -08:00
speedo-tegra20.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201 2019-05-30 11:29:52 -07:00
speedo-tegra30.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201 2019-05-30 11:29:52 -07:00
speedo-tegra114.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201 2019-05-30 11:29:52 -07:00
speedo-tegra124.c soc: tegra: fuse: speedo-tegra124: Remove some set but unused variables 2020-11-10 20:40:49 +01:00
speedo-tegra210.c soc/tegra: fuse: Fix index bug in get_process_id 2020-11-19 11:43:49 +01:00
tegra-apbmisc.c soc/tegra: fuse: Export tegra_read_ram_code() 2020-11-06 19:24:24 +01:00