]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
soc: rockchip: grf: Add missing of_node_put() when returning
authorShawn Lin <shawn.lin@rock-chips.com>
Wed, 11 Feb 2026 13:02:37 +0000 (21:02 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Sun, 22 Feb 2026 22:27:20 +0000 (23:27 +0100)
commit24ed11ee5bacf9a9aca18fc6b47667c7f38d578b
tree6735611a0f16ba27df9d80864f35a088d47b530f
parent6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f
soc: rockchip: grf: Add missing of_node_put() when returning

Fix the smatch checking:
drivers/soc/rockchip/grf.c:249 rockchip_grf_init()
warn: inconsistent refcounting 'np->kobj.kref.refcount.refs.counter':

Reported-by: Dan Carpenter <dan.carpenter@linaro.org>
Fixes: 75fb63ae0312 ("soc: rockchip: grf: Support multiple grf to be handled")
Closes: https://lore.kernel.org/all/aYXvgTcUJWQL2can@stanley.mountain/
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Link: https://patch.msgid.link/1770814957-17762-1-git-send-email-shawn.lin@rock-chips.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
drivers/soc/rockchip/grf.c