]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: cavium-octeon: Add of_node_put() when breaking out of loop
authorLiang He <windhl@126.com>
Tue, 19 Jul 2022 09:52:15 +0000 (17:52 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Aug 2022 09:17:57 +0000 (11:17 +0200)
commit8e54f6b46bd2406cd4e6237a23b7a6eb0f51266c
tree7c4aa19bd2abbf4c9809c5963ea1ca11a5be289d
parentfebc1a046a9942e6a3d156b8f5413ba12a62d456
mmc: cavium-octeon: Add of_node_put() when breaking out of loop

[ Upstream commit 087dff84b9b42ab81159cc97a73c38292804a044 ]

In octeon_mmc_probe(), we should call of_node_put() when breaking
out of for_each_child_of_node() which has increased and decreased
the refcount during each iteration.

Fixes: 042581375f8a ("mmc: cavium: Add MMC support for Octeon SOCs.")
Signed-off-by: Liang He <windhl@126.com>
Acked-by: Robert Richter <rric@kernel.org>
Link: https://lore.kernel.org/r/20220719095216.1241601-1-windhl@126.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/mmc/host/cavium-octeon.c