OSDN Git Service

clk: imx8mn: Add missing of_node_put()
authorAnson Huang <Anson.Huang@nxp.com>
Wed, 12 Feb 2020 11:57:36 +0000 (19:57 +0800)
committerShawn Guo <shawnguo@kernel.org>
Mon, 17 Feb 2020 06:37:51 +0000 (14:37 +0800)
commitd93171b54cb44e65c1ec5462c17704b51b8afc27
tree22a0d2a8e146309634d4e932bbb96f121379765b
parent5062d46e2698e720f866c06563419bff09dcacb4
clk: imx8mn: Add missing of_node_put()

After finishing using device node got from of_find_compatible_node(),
of_node_put() needs to be called.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Reviewed-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
drivers/clk/imx/clk-imx8mn.c