clk: imx8mm: Add missing of_node_put()
authorAnson Huang <Anson.Huang@nxp.com>
Wed, 12 Feb 2020 11:57:35 +0000 (19:57 +0800)
committerShawn Guo <shawnguo@kernel.org>
Mon, 17 Feb 2020 06:37:49 +0000 (14:37 +0800)
commit5062d46e2698e720f866c06563419bff09dcacb4
tree73dd57b263778478816ca5e17e385610585ff83e
parentcb5ae504f2014a66c131920b8eb0ca6b0e6851c6
clk: imx8mm: 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-imx8mm.c