Skip to content
Commit 5cb8f1a7 authored by Wang Yufen's avatar Wang Yufen Committed by Greg Kroah-Hartman
Browse files

gpio/rockchip: fix refcount leak in rockchip_gpiolib_register()

[ Upstream commit 63ff545a ]

The node returned by of_get_parent() with refcount incremented,
of_node_put() needs be called when finish using it. So add it in the
end of of_pinctrl_get().

Fixes: 936ee267

 ("gpio/rockchip: add driver for rockchip gpio")
Signed-off-by: default avatarWang Yufen <wangyufen@huawei.com>
Signed-off-by: default avatarBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent b8c2f039
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment